add configurable orchestrator_model_context_length override (default 8192)

Made-with: Cursor
This commit is contained in:
Adil Hafeez 2026-04-15 15:48:59 -07:00
parent aff9164c57
commit fba744d2b1
6 changed files with 16 additions and 2 deletions

View file

@ -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: