Skip to content

Interface: AguiContextItem

@kortexya/reasoninglayer


@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?

optional description: string

Defined in: src/types/agui.ts:107

What this item describes.


value?

optional value: string

Defined in: src/types/agui.ts:109

The value.