Skip to main content

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?

optional currentSentiment: string

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


pastInteractionSummary?

optional pastInteractionSummary: string

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


preferences?

optional preferences: Record<string, any>

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


skillLevel?

optional skillLevel: string

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


userId

userId: string

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