Lynx

genui / a2ui-prompt / A2UIComponentSpec

A2UIComponentSpec

Prompt-facing component specification derived from a catalog manifest.

Properties

containerShape?

optional containerShape: 
  | "children"
  | "child"
  | "tabs"
  | "trigger-content"
  | "none";

Defined in

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


name

name: string;

Defined in

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


props

props: A2UIComponentProp[];

Defined in

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


requiresAction?

optional requiresAction: boolean;

Defined in

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


summary

summary: string;

Defined in

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

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.