Preparing search index...
The search index is not available
Stratix Framework - v0.8.2
Stratix Framework
core/src
ChatResponse
Interface ChatResponse
Response from LLM chat completion
interface
ChatResponse
{
content
:
string
;
toolCalls
?:
ToolCall
[]
;
usage
:
TokenUsage
;
finishReason
:
"length"
|
"stop"
|
"tool_calls"
|
"content_filter"
;
}
Index
Properties
content
tool
Calls?
usage
finish
Reason
Properties
Readonly
content
content
:
string
Optional
Readonly
tool
Calls
toolCalls
?:
ToolCall
[]
Readonly
usage
usage
:
TokenUsage
Readonly
finish
Reason
finishReason
:
"length"
|
"stop"
|
"tool_calls"
|
"content_filter"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
content
tool
Calls
usage
finish
Reason
Stratix Framework - v0.8.2
Loading...
Response from LLM chat completion