Preparing search index...
The search index is not available
@synapse/client-sdk
@synapse/client-sdk
AIAgentContext
Interface AIAgentContext
Context information for AI agent interactions.
Since
2.0.0
interface
AIAgentContext
{
preferences
?:
{
cacheStrategy
?:
"aggressive"
|
"normal"
|
"minimal"
;
commitment
?:
Commitment
;
maxRetries
?:
number
;
timeout
?:
number
;
}
;
sessionId
:
string
;
tracking
?:
{
errorCount
:
number
;
lastActivity
:
number
;
requestCount
:
number
;
}
;
userId
?:
string
;
}
Index
Properties
preferences?
session
Id
tracking?
user
Id?
Properties
Optional
preferences
preferences
?:
{
cacheStrategy
?:
"aggressive"
|
"normal"
|
"minimal"
;
commitment
?:
Commitment
;
maxRetries
?:
number
;
timeout
?:
number
;
}
session
Id
session
Id
:
string
Optional
tracking
tracking
?:
{
errorCount
:
number
;
lastActivity
:
number
;
requestCount
:
number
;
}
Optional
user
Id
user
Id
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
preferences
session
Id
tracking
user
Id
@synapse/client-sdk
Loading...
Context information for AI agent interactions.
Since
2.0.0