@conciergus/chat - v0.3.1
Preparing search index...
hooks
PrepareStepOptions
Interface PrepareStepOptions
interface
PrepareStepOptions
{
stepType
?:
"error"
|
"thinking"
|
"tool_call"
|
"decision"
|
"response"
;
reasoning
?:
string
;
toolName
?:
string
;
toolArgs
?:
any
;
modelPreference
?:
string
;
maxTokens
?:
number
;
temperature
?:
number
;
timeout
?:
number
;
}
Index
Properties
step
Type?
reasoning?
tool
Name?
tool
Args?
model
Preference?
max
Tokens?
temperature?
timeout?
Properties
Optional
step
Type
stepType
?:
"error"
|
"thinking"
|
"tool_call"
|
"decision"
|
"response"
Optional
reasoning
reasoning
?:
string
Optional
tool
Name
toolName
?:
string
Optional
tool
Args
toolArgs
?:
any
Optional
model
Preference
modelPreference
?:
string
Optional
max
Tokens
maxTokens
?:
number
Optional
temperature
temperature
?:
number
Optional
timeout
timeout
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
step
Type
reasoning
tool
Name
tool
Args
model
Preference
max
Tokens
temperature
timeout
@conciergus/chat - v0.3.1
Loading...