Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/v6/reference/agents.mdx
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/v6/reference/types.mdx
Original file line number Diff line number Diff line change
@@ -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"
---
Expand Down
Loading