v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@langchain/openai
OpenAIClient
Responses
Response
IncompleteDetails
Interface IncompleteDetails
Details about why the response is incomplete.
interface
IncompleteDetails
{
reason
?:
"max_output_tokens"
|
"content_filter"
;
}
Index
Properties
reason?
Properties
Optional
reason
reason
?:
"max_output_tokens"
|
"content_filter"
The reason why the response is incomplete.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
reason
LangChain.js
Loading...
Details about why the response is incomplete.