Skip to main content

ContextPanelProps

Agent Runtimes


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?

optional apiBase?: string

Defined in: src/context/ContextPanel.tsx:284

API base URL for fetching context data


chartHeight?

optional chartHeight?: string

Defined in: src/context/ContextPanel.tsx:292

Height for charts


defaultView?

optional defaultView?: ViewMode

Defined in: src/context/ContextPanel.tsx:290

Default view mode


liveData?

optional liveData?: ContextSnapshotResponse | null

Defined in: src/context/ContextPanel.tsx:286

Live context snapshot pushed by websocket; skips internal polling when provided


messageCount?

optional messageCount?: number

Defined in: src/context/ContextPanel.tsx:288

Number of messages in conversation (from chat store)