Interface: UICommand
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:288
Defines a command for the UI, to be interpreted by the client.
Export
UICommand
Properties
commandId
commandId:
string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:289
metadata?
optionalmetadata:Record<string,any>
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:292
payload
payload:
Record<string,any>
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:291
targetElementId?
optionaltargetElementId:string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:290