AiRuntimeContext
Runtime Context
Dev tool for inspecting runtime, tool, and approval context entries.
runtime (2)
model
gpt-4otemperature
0.7tool (2)
searchagent
{
"enabled": true,
"maxResults": 5
}calculatorglobal
{
"enabled": true
}approval (2)
deleteFile
user-approvalrunCode
auto-approveUsage
<AiRuntimeContext :entries="contextEntries" title="Debug Context" />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| entries* | AiRuntimeContextEntry[] | — | Context entries to display |
| title | string | 'Runtime Context' | — |
| collapsed | boolean | false | — |
| filterType | 'runtime' | 'tool' | 'approval' | — | Filter entries by type |
Slots
defaultheadergroup-headerentry