Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Using multiple tags for Record and App #1689

Open
theocnrds opened this issue Dec 9, 2024 · 0 comments
Open

[BUG] Using multiple tags for Record and App #1689

theocnrds opened this issue Dec 9, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@theocnrds
Copy link

Bug Description
Tags can only be a single string. I tried different formats (comma separated etc.) but the whole string is always split into separate characters, i.e. tags="tag1,tag2" leads to the tags "t", "a", "g", "1", "2", ",".

Expected behavior
Input values should be of type str | list[str].
tags=["tag1", "tag2"] should lead to the tags "tag1", "tag2"

Environment:

  • Python Version: 3.12
  • TruLens version: 1.2.10
@theocnrds theocnrds added the bug Something isn't working label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants