Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/ai-core
common/language-model
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 Summary
)
LanguageModelRequest
UserRequest
Index
Properties
client
Settings?
messages
response_
format?
settings?
tools?
Properties
Optional
client
Settings
clientSettings
?:
{
keepThinking
:
boolean
;
keepToolCalls
:
boolean
}
messages
messages
:
LanguageModelMessage
[]
Optional
response_
format
response_format
?:
|
{
type
:
"text"
}
|
{
type
:
"json_object"
}
|
ResponseFormatJsonSchema
Optional
settings
settings
?:
{
[
key
:
string
]:
unknown
}
Optional
tools
tools
?:
ToolRequest
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client
Settings
messages
response_
format
settings
tools
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...