agentOS API Reference - v0.2.0-rc.3
Docs
Preparing search index...
SessionConfigOption
Interface SessionConfigOption
A configurable session option (model, thought level, etc.).
interface
SessionConfigOption
{
allowedValues
?:
{
id
:
string
;
label
?:
string
}
[]
;
category
?:
string
;
currentValue
?:
string
;
description
?:
string
;
id
:
string
;
label
?:
string
;
readOnly
?:
boolean
;
}
Index
Properties
allowed
Values?
category?
current
Value?
description?
id
label?
read
Only?
Properties
Optional
allowed
Values
allowedValues
?:
{
id
:
string
;
label
?:
string
}
[]
Optional
category
category
?:
string
Optional
current
Value
currentValue
?:
string
Optional
description
description
?:
string
id
id
:
string
Optional
label
label
?:
string
Optional
read
Only
readOnly
?:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
allowed
Values
category
current
Value
description
id
label
read
Only
Docs
agentOS API Reference - v0.2.0-rc.3
Loading...
A configurable session option (model, thought level, etc.).