This commit is contained in:
Adil Hafeez 2026-04-09 03:28:47 +00:00 committed by GitHub
commit e5b40b7a1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 44 additions and 9 deletions

View file

@ -288,6 +288,14 @@ properties:
agent_orchestration_model:
type: string
description: "Model name for the agent orchestrator (e.g., 'Plano-Orchestrator'). Must match a model in model_providers."
token_counting_strategy:
type: string
enum: [estimate, auto]
description: >
Strategy for counting input tokens used in metrics and rate limiting.
"estimate" (default): fast character-based approximation (~1 token per 4 chars).
"auto": uses the best available tokenizer for each provider (e.g., tiktoken for
OpenAI models), falling back to estimate for unsupported providers.
system_prompt:
type: string
prompt_targets: