langchain.js
Preparing search index...
@langchain/community
chat_models/togetherai
ChatTogetherAICallOptions
Interface ChatTogetherAICallOptions
interface
ChatTogetherAICallOptions
{
response_format
:
{
schema
:
Record
<
string
,
unknown
>
;
type
:
"json_object"
;
}
;
}
Hierarchy
Omit
<
ChatOpenAICallOptions
,
TogetherAIUnsupportedCallOptions
>
ChatTogetherAICallOptions
Index
Properties
response_
format
Properties
response_
format
response_format
:
{
schema
:
Record
<
string
,
unknown
>
;
type
:
"json_object"
}
An object specifying the format that the model must output.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
response_
format
langchain.js
Loading...
An object specifying the format that the model must output.