Skip to content

Conversation

@CLEMENTINATOR
Copy link
Member

Summary

  • Add optional tags: list[str] | None field to InputObject dataclass
  • Include tags in request body when provided via InputObject or dict input
  • Tags are omitted from request when not provided

Test plan

  • Verify tags are included in request body when provided
  • Verify tags are omitted when not provided
  • Test with InputObject and dict 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 requested a review from a team as a code owner January 26, 2026 11:02
@CLEMENTINATOR CLEMENTINATOR merged commit affa323 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.

3 participants