You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cephalization
changed the title
[bug][anthropic] Tool use content is not added to spans
[bug][anthropic] Tool result content is not added to spans
Nov 8, 2024
The anthropic instrumentor does not capture
tool_result
content from user messages.This means that you cannot view the results of a tool_use in phoenix without viewing the raw input json.
Trying to record a span of a message with the following shape:
Results in the following error:
Reproduction Example
.env
withANTHROPIC_API_KEY
value configuredhello.py
uv run hello.py
The text was updated successfully, but these errors were encountered: