AIChatServerMessage
AI chat server message
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
chatbot? | string | - |
code? | string | - |
conversation_id? | string | - |
daily_quota? | AIDailyQuotaSnapshot | Per-user daily quota snapshot at turn end (Ask 2). Omitted when no limits configured. |
data? | Record<string, unknown>[] | - |
delta? | string | - |
error? | string | - |
matched_intent_rules? | AIMatchedIntentRule[] | Intent rules that fired for this turn (Ask 5). Empty when none match. |
message? | string | - |
message_id? | string | - |
query? | string | - |
row_count? | number | - |
step? | string | - |
summary? | string | - |
type | "error" | "cancelled" | "chat_started" | "progress" | "content" | "query_result" | "tool_result" | "done" | - |
usage? | AIUsageStats | - |