Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/ai-core
common/language-model
ResponseFormatJsonSchema
Interface ResponseFormatJsonSchema
interface
ResponseFormatJsonSchema
{
json_schema
:
{
description
?:
string
;
name
:
string
;
schema
?:
Record
<
string
,
unknown
>
;
strict
?:
null
|
boolean
;
}
;
type
:
"json_schema"
;
}
Index
Properties
json_
schema
type
Properties
json_
schema
json_schema
:
{
description
?:
string
;
name
:
string
;
schema
?:
Record
<
string
,
unknown
>
;
strict
?:
null
|
boolean
;
}
type
type
:
"json_schema"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
json_
schema
type
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...