mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-21 06:33:41 +00:00
core[patch]: dont update run names in tracer
This commit is contained in:
@@ -206,6 +206,7 @@ class LangChainTracer(BaseTracer):
|
||||
"""Update a run."""
|
||||
try:
|
||||
run_dict = _run_to_dict(run)
|
||||
run_dict.pop("name", None)
|
||||
run_dict["tags"] = self._get_tags(run)
|
||||
self.client.update_run(run.id, **run_dict)
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user