File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -516,14 +516,14 @@ library_judge_math_simple_agent:
516516 responses_api_agents :
517517 # The name of the agent. This maps to the folder `responses_api_agents/simple_agent/`.
518518 simple_agent :
519- ` entrypoint` for the agent implementation.
519+ # `entrypoint` for the agent implementation.
520520 entrypoint : app.py
521521
522522 # Links the agent to a specific resource server instance.
523523 resources_server :
524524 # `type` must be resources_servers.
525525 type : resources_servers
526- ` name` here must match the Level 1 name of resources_servers defined in this config.
526+ # `name` here must match the Level 1 name of resources_servers defined in this config.
527527 name : library_judge_math
528528
529529 # Links the agent to a specific model server instance.
@@ -614,7 +614,6 @@ policy_model:
614614 # - vllm_model: `base_url`
615615 # Examples:
616616 # - "https://api.openai.com/v1" (OpenAI)
617- # - "https://my-resource.openai.azure.com" (Azure OpenAI)
618617 # - "http://localhost:8000/v1" (self-hosted vLLM)
619618 # - ["http://gpu-1:8000/v1", "http://gpu-2:8000/v1"] (vLLM only: list for load balancing)
620619 openai_base_url : ${policy_base_url}
You can’t perform that action at this time.
0 commit comments