Skip to content

feat: add tags support to SDK builder classes#33

Merged
Abhijeet Prasad (AbhiPrasad) merged 1 commit intomainfrom
abhi-sdk-builder-tags
Mar 7, 2026
Merged

feat: add tags support to SDK builder classes#33
Abhijeet Prasad (AbhiPrasad) merged 1 commit intomainfrom
abhi-sdk-builder-tags

Conversation

@AbhiPrasad
Copy link
Member

resolves https://linear.app/braintrustdata/issue/BRA-4309/add-tags-support-to-sdk-builder-classes-in-python-sdk

Add support for the tags argument when creating a prompt, scorer, or tool via the respective builder class in our TypeScript and Python SDKs. Currently, users cannot set tags during function creation, such as through ScorerBuilder.create() and must either call the Create Function API endpoint manually, or add them in the UI after creation. This feature would allow users to automate tag assignment directly from code via the SDK.

Most of these changes are pretty small, the main stuff was adding tests/refactoring tests to clean them up.

Copy link
Contributor

@ibolmo Olmo Maldonado (ibolmo) left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@AbhiPrasad Abhijeet Prasad (AbhiPrasad) merged commit 9548ae3 into main Mar 7, 2026
33 checks passed
@AbhiPrasad Abhijeet Prasad (AbhiPrasad) deleted the abhi-sdk-builder-tags branch March 9, 2026 13:07
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