Preparing search index...
The search index is not available
Stratix Framework - v0.8.2
Stratix Framework
core/src
ResponseFormat
Interface ResponseFormat
Response format specification
interface
ResponseFormat
{
type
:
"text"
|
"json_object"
|
"json_schema"
;
schema
?:
Record
<
string
,
unknown
>
;
}
Index
Properties
type
schema?
Properties
Readonly
type
type
:
"text"
|
"json_object"
|
"json_schema"
Optional
Readonly
schema
schema
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
schema
Stratix Framework - v0.8.2
Loading...
Response format specification