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

feat(prompts): adding prompt tags via API/SDKs #2075

Open
marcklingen opened this issue May 16, 2024 Discussed in #2072 · 0 comments
Open

feat(prompts): adding prompt tags via API/SDKs #2075

marcklingen opened this issue May 16, 2024 Discussed in #2072 · 0 comments

Comments

@marcklingen
Copy link
Member

Discussed in https://github.com/orgs/langfuse/discussions/2072

Originally posted by simon-hiel May 16, 2024

Describe the feature or potential improvement

Context: Trying to migrate 100s of prompts from my database to langfuse.

Request: I don't want to manually add for each prompt the relevant tags - instead when creating the prompt via the SDK I want to be able to add tags to the prompt.

 langfuse.create_prompt(
        name="dummy name",
        prompt="dummy prompt",
        labels=["production"],
        # tags=["add","tags","here"]
    )

Additional information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant