Skip to content

Commit 0460cd6

Browse files
committed
Fix formatting
Signed-off-by: Frankie Siino <fsiino@nvidia.com>
1 parent 4a768c5 commit 0460cd6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docs/how-to-faq.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)