Interface: AguiContextItem
@kortexya/reasoninglayer / Agui / AguiContextItem
Interface: AguiContextItem
Defined in: src/types/agui.ts:105
A contextual key-value item provided by the AG-UI client.
Example
const item: AguiContextItem = { description: 'active ward', value: 'cardiology',};Properties
description?
optionaldescription:string
Defined in: src/types/agui.ts:107
What this item describes.
value?
optionalvalue:string
Defined in: src/types/agui.ts:109
The value.