ContextPanelProps
Agent Runtimes / context/ContextPanel / ContextPanelProps
Interface: ContextPanelProps
Defined in: src/context/ContextPanel.tsx:280
Properties
agentId
agentId:
string
Defined in: src/context/ContextPanel.tsx:282
Agent ID for fetching context details (required)
apiBase?
optionalapiBase?:string
Defined in: src/context/ContextPanel.tsx:284
API base URL for fetching context data
chartHeight?
optionalchartHeight?:string
Defined in: src/context/ContextPanel.tsx:292
Height for charts
defaultView?
optionaldefaultView?:ViewMode
Defined in: src/context/ContextPanel.tsx:290
Default view mode
liveData?
optionalliveData?:ContextSnapshotResponse|null
Defined in: src/context/ContextPanel.tsx:286
Live context snapshot pushed by websocket; skips internal polling when provided
messageCount?
optionalmessageCount?:number
Defined in: src/context/ContextPanel.tsx:288
Number of messages in conversation (from chat store)