AgentOS
About
Features
Blog
API Docs
Guides
Get Started
@framers/agentos
UserContext
Interface UserContext
Represents the contextual information about the user interacting with the GMI. UserContext
interface
UserContext
{
userId
:
string
;
skillLevel
?:
string
;
preferences
?:
Record
<
string
,
any
>
;
pastInteractionSummary
?:
string
;
currentSentiment
?:
string
;
[
key
:
string
]
:
any
;
}
Indexable
[
key:
string
]:
any
Index
Properties
user
Id
skill
Level?
preferences?
past
Interaction
Summary?
current
Sentiment?
Properties
user
Id
user
Id
:
string
Optional
skill
Level
skill
Level
?:
string
Optional
preferences
preferences
?:
Record
<
string
,
any
>
Optional
past
Interaction
Summary
past
Interaction
Summary
?:
string
Optional
current
Sentiment
current
Sentiment
?:
string
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
user
Id
skill
Level
preferences
past
Interaction
Summary
current
Sentiment
Architecture
Changelog
Planning Engine
Human-in-the-Loop
Agent Communication
Evaluation Framework
@framers/agentos - v1.0.1
Loading...
Represents the contextual information about the user interacting with the GMI. UserContext