Preparing search index...
The search index is not available
Theia TypeDoc
Theia TypeDoc
ai-core
LanguageModelRequest
Interface LanguageModelRequest
interface
LanguageModelRequest
{
messages
:
LanguageModelRequestMessage
[]
;
response_format
?:
{
type
:
"text"
;
}
|
{
type
:
"json_object"
;
}
|
ResponseFormatJsonSchema
;
settings
?:
{
[
key
:
string
]
:
unknown
;
}
;
tools
?:
ToolRequest
[]
;
}
Index
Properties
messages
response_
format?
settings?
tools?
Properties
messages
messages
:
LanguageModelRequestMessage
[]
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
messages
response_
format
settings
tools
Theia TypeDoc
Loading...