Skip to content

Commit

Permalink
See trace
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw committed Mar 2, 2024
1 parent 36ffd3f commit 4279e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/langsmith/run_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def _container_end(
outputs_ = outputs if isinstance(outputs, dict) else {"output": outputs}
run_tree.end(outputs=outputs_, error=error)
run_tree.patch()
logger.error(f"See error: {run_tree.get_url()}")
logger.error(f"See trace: {run_tree.get_url()}")


def _collect_extra(extra_outer: dict, langsmith_extra: LangSmithExtra) -> dict:
Expand Down

0 comments on commit 4279e7d

Please sign in to comment.