Skip to content

Conversation

@CLEMENTINATOR
Copy link
Member

Summary

  • Add optional Tags []string field to InputObject and Request structs
  • Support tags in all input types (string, InputObject, map)
  • Tags are serialized with omitempty to avoid sending empty arrays

Test plan

  • Verify tags are included in request body when provided
  • Verify tags are omitted when not provided
  • Test with InputObject, pointer, and map inputs

🤖 Generated with Claude Code

Add support for tagging requests with custom string labels for better
request categorization and tracking in the AI gateway.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@CLEMENTINATOR CLEMENTINATOR merged commit 43e0302 into main Jan 26, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants