Interface: UserContext
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:56
Represents the contextual information about the user interacting with the GMI. UserContext
Indexable
[key: string]: any
Properties
currentSentiment?
optionalcurrentSentiment:string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:61
pastInteractionSummary?
optionalpastInteractionSummary:string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:60
preferences?
optionalpreferences:Record<string,any>
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:59
skillLevel?
optionalskillLevel:string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:58
userId
userId:
string
Defined in: packages/agentos/src/cognitive_substrate/IGMI.ts:57