unified-llm-client
Preparing search index...
ConversationRoute
Interface ConversationRoute
Resolved route metadata used to prepare one conversation turn.
interface
ConversationRoute
{
attempts
?:
{
decision
:
string
;
model
:
string
;
provider
:
CanonicalProvider
;
}
[]
;
contextWindow
?:
number
;
model
:
string
;
provider
:
CanonicalProvider
;
}
Index
Properties
attempts?
context
Window?
model
provider
Properties
Optional
attempts
attempts
?:
{
decision
:
string
;
model
:
string
;
provider
:
CanonicalProvider
}
[]
Optional
context
Window
contextWindow
?:
number
model
model
:
string
provider
provider
:
CanonicalProvider
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attempts
context
Window
model
provider
unified-llm-client
Loading...
Resolved route metadata used to prepare one conversation turn.