Lynx

genui / a2ui-prompt / A2UICatalog

A2UICatalog

Prompt-ready A2UI catalog including components, rules, examples, and optional client functions.

Properties

components

components: A2UIComponentSpec[];

Defined in

@lynx-js/genui/server/agent/a2ui-catalog.ts:40


examples?

optional examples: A2UIExample[];

Defined in

@lynx-js/genui/server/agent/a2ui-catalog.ts:42


extraRules?

optional extraRules: string[];

Defined in

@lynx-js/genui/server/agent/a2ui-catalog.ts:41


functions?

optional functions: A2UIFunctionSpec[];

Defined in

@lynx-js/genui/server/agent/a2ui-catalog.ts:43


id

id: string;

Defined in

@lynx-js/genui/server/agent/a2ui-catalog.ts:37


label

label: string;

Defined in

@lynx-js/genui/server/agent/a2ui-catalog.ts:38


version?

optional version: string;

Defined in

@lynx-js/genui/server/agent/a2ui-catalog.ts:39

Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.