Package dev.case.api.models.agent.v1.chat
See: Description
-
Class Summary Class Description Builder A builder for ChatCancelParams. ChatCancelParams Aborts the active OpenCode generation for this chat session. Builder A builder for ChatCancelResponse. ChatCancelResponse Builder A builder for ChatCreateParams. Builder A builder for Body. Body ChatCreateParams Creates a persistent OpenCode chat session in a Modal sandbox. Builder A builder for ChatCreateResponse. ChatCreateResponse Builder A builder for ChatDeleteParams. ChatDeleteParams Snapshots and terminates the active sandbox (if any), then marks the chat as ended. Builder A builder for ChatDeleteResponse. ChatDeleteResponse Builder A builder for ChatReplyToQuestionParams. Builder A builder for Body. Body ChatReplyToQuestionParams Answers a pending OpenCode question for the chat session bound to this agent chat. Builder A builder for ChatRespondParams. Builder A builder for Body. Body Message payload following the AI SDK UIMessage format. Builder A builder for Part. Type Part type. Part ChatRespondParams Streams a single assistant turn as normalized SSE events with stable turn, message, and part IDs. Builder A builder for ChatSendMessageParams. Builder A builder for Body. Body Message payload following the AI SDK UIMessage format. Builder A builder for Part. Type Part type. Part ChatSendMessageParams Sends a message and returns the complete response as a single JSON body. Builder A builder for ChatStreamParams. ChatStreamParams Relays OpenCode SSE events for this chat.