(ctx context.Context, chatID uuid.UUID, req codersdk.UpdateChatRequest)
| 17 | StreamChat(ctx context.Context, chatID uuid.UUID, opts *codersdk.StreamChatOptions) (<-chan codersdk.ChatStreamEvent, io.Closer, error) |
| 18 | CreateChatMessage(ctx context.Context, chatID uuid.UUID, req codersdk.CreateChatMessageRequest) (codersdk.CreateChatMessageResponse, error) |
| 19 | UpdateChat(ctx context.Context, chatID uuid.UUID, req codersdk.UpdateChatRequest) error |
| 20 | } |
| 21 | |
| 22 | type sdkChatClient struct { |
no outgoing calls