Package dev.case.api.models.agent.v1.chat
See: Description
-
Class Summary Class Description Builder A builder for ChatCancelParams. ChatCancelParams Aborts the active 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 chat session backed by a Daytona or Vercel runtime. 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 runtime 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 runtime SSE events for this chat.