mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 16:56:24 +02:00
Merge 20e8e0c51e into 8dedf0bec1
This commit is contained in:
commit
e5b40b7a1f
3 changed files with 44 additions and 9 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue