Preparing search index...
The search index is not available
Stratix Framework - v0.8.2
Stratix Framework
core/src
ChatParams
Interface ChatParams
Chat parameters for LLM API calls
interface
ChatParams
{
model
:
string
;
messages
:
AgentMessage
[]
;
temperature
?:
number
;
maxTokens
?:
number
;
tools
?:
ToolDefinition
[]
;
responseFormat
?:
ResponseFormat
;
}
Index
Properties
model
messages
temperature?
max
Tokens?
tools?
response
Format?
Properties
Readonly
model
model
:
string
Readonly
messages
messages
:
AgentMessage
[]
Optional
Readonly
temperature
temperature
?:
number
Optional
Readonly
max
Tokens
maxTokens
?:
number
Optional
Readonly
tools
tools
?:
ToolDefinition
[]
Optional
Readonly
response
Format
responseFormat
?:
ResponseFormat
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
model
messages
temperature
max
Tokens
tools
response
Format
Stratix Framework - v0.8.2
Loading...
Chat parameters for LLM API calls