Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
ai-core
RequestSetting
Interface RequestSetting
interface
RequestSetting
{
clientSettings
?:
{
keepThinking
:
boolean
;
keepToolCalls
:
boolean
;
}
;
requestSettings
?:
{
[
key
:
string
]
:
unknown
;
}
;
scope
?:
Scope
;
}
Index
Properties
client
Settings?
request
Settings?
scope?
Properties
Optional
client
Settings
client
Settings
?:
{
keepThinking
:
boolean
;
keepToolCalls
:
boolean
;
}
Type declaration
keep
Thinking
:
boolean
keep
Tool
Calls
:
boolean
Optional
request
Settings
request
Settings
?:
{
[
key
:
string
]
:
unknown
;
}
Type declaration
[
key
:
string
]:
unknown
Optional
scope
scope
?:
Scope
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
client
Settings
request
Settings
scope
Theia TypeDoc
Loading...