Skip to main content

Interface: UICommand

Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:317

Export

Defines a command for the UI, to be interpreted by the client.

Interface

UICommand

Properties

commandId

commandId: string

Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:318


metadata?

optional metadata: Record<string, any>

Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:321


payload

payload: Record<string, any>

Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:320


targetElementId?

optional targetElementId: string

Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:319