diff --git a/python/langsmith/client.py b/python/langsmith/client.py index e6d9ef288..eb397b4c4 100644 --- a/python/langsmith/client.py +++ b/python/langsmith/client.py @@ -5646,8 +5646,7 @@ def push_prompt( # Create or update prompt metadata if self._prompt_exists(prompt_identifier): if any( - param is not None - for param in [parent_commit_hash, is_public, description, readme, tags] + param is not None for param in [is_public, description, readme, tags] ): self.update_prompt( prompt_identifier,