mirror of
https://github.com/katanemo/plano.git
synced 2026-05-27 14:17:15 +02:00
add configurable orchestrator_model_context_length override (default 8192)
Made-with: Cursor
This commit is contained in:
parent
aff9164c57
commit
fba744d2b1
6 changed files with 16 additions and 2 deletions
|
|
@ -288,6 +288,9 @@ properties:
|
|||
agent_orchestration_model:
|
||||
type: string
|
||||
description: "Model name for the agent orchestrator (e.g., 'Plano-Orchestrator'). Must match a model in model_providers."
|
||||
orchestrator_model_context_length:
|
||||
type: integer
|
||||
description: "Maximum token length for the orchestrator/routing model context window. Default is 8192."
|
||||
system_prompt:
|
||||
type: string
|
||||
prompt_targets:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue