Preparing search index...
The search index is not available
EKO API
EKO API
types
LLMParameters
Interface LLMParameters
interface
LLMParameters
{
maxTokens
?:
number
;
model
?:
string
;
temperature
?:
number
;
toolChoice
?:
{
name
?:
string
;
type
:
"auto"
|
"tool"
|
"any"
}
;
tools
?:
ToolDefinition
[]
;
}
Index
Properties
max
Tokens?
model?
temperature?
tool
Choice?
tools?
Properties
Optional
max
Tokens
maxTokens
?:
number
Optional
model
model
?:
string
Optional
temperature
temperature
?:
number
Optional
tool
Choice
toolChoice
?:
{
name
?:
string
;
type
:
"auto"
|
"tool"
|
"any"
}
Optional
tools
tools
?:
ToolDefinition
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
max
Tokens
model
temperature
tool
Choice
tools
EKO API
Loading...