feat: routing configuration with external policy provider support

This commit is contained in:
Musa 2026-03-11 07:40:49 -07:00
parent 5aeb69e034
commit 2c643532ef
No known key found for this signature in database
4 changed files with 123 additions and 0 deletions

View file

@ -411,10 +411,27 @@ properties:
routing:
type: object
properties:
model_provider:
type: string
llm_provider:
type: string
model:
type: string
policy_provider:
type: object
properties:
url:
type: string
headers:
type: object
additionalProperties:
type: string
ttl_seconds:
type: integer
minimum: 1
additionalProperties: false
required:
- url
additionalProperties: false
state_storage:
type: object