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

respect revision_id if it is passed into kwargs of create_run #376

Merged
merged 2 commits into from
Jan 25, 2024

Conversation

samnoyes
Copy link
Contributor

No description provided.

@@ -747,6 +747,8 @@ def create_run(
metadata.update(
{k: v for k, v in langchain_metadata.items() if k not in metadata}
)
if "revision_id" in kwargs:
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should probably remove it before making the "create" dict

@samnoyes samnoyes merged commit 4aa390d into main Jan 25, 2024
4 checks passed
@samnoyes samnoyes deleted the sam/allow-revision-id-in-create-run branch January 25, 2024 00:30
@samnoyes samnoyes restored the sam/allow-revision-id-in-create-run branch May 2, 2024 02:05
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