Interface: UICommand
Defined in: packages/agentos/src/cognition/substrate/IGMI.ts:324
Export
Defines a command for the UI, to be interpreted by the client.
Interface
UICommand
Properties
commandId
commandId:
string
Defined in: packages/agentos/src/cognition/substrate/IGMI.ts:325
metadata?
optionalmetadata:Record<string,any>
Defined in: packages/agentos/src/cognition/substrate/IGMI.ts:328
payload
payload:
Record<string,any>
Defined in: packages/agentos/src/cognition/substrate/IGMI.ts:327
targetElementId?
optionaltargetElementId:string
Defined in: packages/agentos/src/cognition/substrate/IGMI.ts:326