unified-llm-client
Preparing search index...
SessionConversationConfig
Interface SessionConversationConfig
Shared conversation options accepted by session API write endpoints.
interface
SessionConversationConfig
{
budgetUsd
?:
number
;
maxContextTokens
?:
number
;
maxTokens
?:
number
;
maxToolRounds
?:
number
;
model
?:
string
;
provider
?:
CanonicalProvider
;
system
?:
string
;
toolChoice
?:
CanonicalToolChoice
;
toolExecutionTimeoutMs
?:
number
;
}
Hierarchy (
View Summary
)
SessionConversationConfig
SessionCreateRequest
SessionMessageRequest
Index
Properties
budget
Usd?
max
Context
Tokens?
max
Tokens?
max
Tool
Rounds?
model?
provider?
system?
tool
Choice?
tool
Execution
Timeout
Ms?
Properties
Optional
budget
Usd
budgetUsd
?:
number
Optional
max
Context
Tokens
maxContextTokens
?:
number
Optional
max
Tokens
maxTokens
?:
number
Optional
max
Tool
Rounds
maxToolRounds
?:
number
Optional
model
model
?:
string
Optional
provider
provider
?:
CanonicalProvider
Optional
system
system
?:
string
Optional
tool
Choice
toolChoice
?:
CanonicalToolChoice
Optional
tool
Execution
Timeout
Ms
toolExecutionTimeoutMs
?:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
budget
Usd
max
Context
Tokens
max
Tokens
max
Tool
Rounds
model
provider
system
tool
Choice
tool
Execution
Timeout
Ms
unified-llm-client
Loading...
Shared conversation options accepted by session API write endpoints.