diff --git a/docs/v6/reference/agents.mdx b/docs/v6/reference/agents.mdx index 1f32b296..c76462d7 100644 --- a/docs/v6/reference/agents.mdx +++ b/docs/v6/reference/agents.mdx @@ -1,5 +1,5 @@ --- -title: "Agents" +title: "Agents reference: built-in agents, gateway, custom agents" description: "Agents in HUD: built-in agents like Claude, OpenAI, and Gemini, the HUD gateway for routing models, and how to wire your own agent into a task run." icon: "robot" mode: "wide" diff --git a/docs/v6/reference/types.mdx b/docs/v6/reference/types.mdx index 21c77c91..08e38392 100644 --- a/docs/v6/reference/types.mdx +++ b/docs/v6/reference/types.mdx @@ -1,5 +1,5 @@ --- -title: "Types" +title: "Types reference: Run, Trace, Grade, Step, and task IO" description: "Reference for HUD serializable types: Run, Trace, Grade, Step, AgentStep, ToolStep, Citation, Answer, and the typed task input and output shapes." icon: "code" ---