AIChatEvent
Chat event data
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
agent? |
string |
Currently-active specialist agent name, on agent_transition events. |
agentThought? |
AIAgentThought |
Agent thought payload, present on agent_thought events (supervisor mode). |
agentTransition? |
AIAgentTransition |
Agent transition payload, present on agent_transition events (supervisor mode). |
chatbot? |
string |
- |
code? |
string |
- |
conversationId? |
string |
- |
data? |
Record<string, any>[] |
- |
delta? |
string |
- |
error? |
string |
- |
message? |
string |
- |
pageContext? |
string |
Echo of the client’s page_context, on agent_transition events. |
query? |
string |
- |
rowCount? |
number |
- |
step? |
string |
- |
summary? |
string |
- |
type |
AIChatEventType |
- |
usage? |
AIUsageStats |
- |