Skip to content

Commit

Permalink
Merge pull request #358 from Scale3-Labs/development
Browse files Browse the repository at this point in the history
Release: fix anthropic event completion attr
  • Loading branch information
alizenhom authored Sep 18, 2024
2 parents 61b79d3 + 5896458 commit f772a9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def set_response_attributes(
if typ == "text":
content = result.content[0].text
set_event_completion(
span, [{"type": typ, role: role, content: content}]
span, [{"type": typ, "role": role, "content": content}]
)

if (
Expand Down
2 changes: 1 addition & 1 deletion src/langtrace_python_sdk/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.3.17"
__version__ = "2.3.18"

0 comments on commit f772a9f

Please sign in to comment.