Lynx

genui / a2ui-prompt / A2UIComponentProp

A2UIComponentProp

Prompt-facing description of a single A2UI component prop.

Properties

description?

optional description: string;

Defined in

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


enums?

optional enums: readonly string[];

Defined in

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


name

name: string;

Defined in

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


required?

optional required: boolean;

Defined in

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


schema?

optional schema: JsonSchema;

Defined in

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


type

type: string;

Defined in

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

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.