For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /api/genui/a2ui-prompt/interfaces/A2UICatalog.md.
Lynx
  • English
  • 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:43


    examples?

    optional examples: A2UIExample[];

    Defined in

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


    extraRules?

    optional extraRules: string[];

    Defined in

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


    functions?

    optional functions: A2UIFunctionSpec[];

    Defined in

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


    id

    id: string;

    Defined in

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


    label

    label: string;

    Defined in

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


    version?

    optional version: string;

    Defined in

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

    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.