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. ChatRespondParams Streams a single assistant turn as normalized state events with stable turn, message, and part ids. Builder A builder for ChatSendMessageParams. ChatSendMessageParams Proxies a message to the OpenCode session bound to this chat. Builder A builder for ChatStreamParams. ChatStreamParams Relays OpenCode SSE events for this chat. Builder A builder for ChatUiStreamParams. ChatUiStreamParams Streams a single assistant turn as AI SDK UIMessageChunk SSE events for direct client rendering.