Interface: UICommand
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:311
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:312
metadata?
optionalmetadata:Record<string,any>
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:315
payload
payload:
Record<string,any>
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:314
targetElementId?
optionaltargetElementId:string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:313