Skip to content
Merged
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
4 changes: 4 additions & 0 deletions agents-docs/content/visual-builder/headers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ You can generate custom schemas using this [JSON Schema generator](https://trans
3. Enter the custom headers in JSON format.
4. Click on the "Apply" button.

## Header Validation

When you enter custom headers in the playground, they are validated in real-time against the configured headers schema. If the headers are invalid or missing required fields, the chat input is disabled and an error message is displayed. You must fix validation errors before you can send messages.

## Using Headers in Your Agent Prompts

1. Go to the Agents tab in the left sidebar. Then click on the agent you want to configure.
Expand Down
Loading