Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
ai-core
LanguageModelRequest
Interface LanguageModelRequest
interface
LanguageModelRequest
{
clientSettings
?:
{
keepThinking
:
boolean
;
keepToolCalls
:
boolean
;
}
;
messages
:
LanguageModelMessage
[]
;
response_format
?:
{
type
:
"text"
;
}
|
{
type
:
"json_object"
;
}
|
ResponseFormatJsonSchema
;
settings
?:
{
[
key
:
string
]
:
unknown
;
}
;
tools
?:
ToolRequest
[]
;
}
Hierarchy (
view full
)
LanguageModelRequest
UserRequest
Index
Properties
client
Settings?
messages
response_
format?
settings?
tools?
Properties
Optional
client
Settings
client
Settings
?:
{
keepThinking
:
boolean
;
keepToolCalls
:
boolean
;
}
Type declaration
keep
Thinking
:
boolean
keep
Tool
Calls
:
boolean
messages
messages
:
LanguageModelMessage
[]
Optional
response_
format
response_
format
?:
{
type
:
"text"
;
}
|
{
type
:
"json_object"
;
}
|
ResponseFormatJsonSchema
Type declaration
type
:
"text"
Type declaration
type
:
"json_object"
Optional
settings
settings
?:
{
[
key
:
string
]
:
unknown
;
}
Type declaration
[
key
:
string
]:
unknown
Optional
tools
tools
?:
ToolRequest
[]
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
client
Settings
messages
response_
format
settings
tools
Theia TypeDoc
Loading...