We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5c2fd commit 46e166dCopy full SHA for 46e166d
tests/integrations/anthropic/test_anthropic.py
@@ -123,7 +123,7 @@ def test_nonstreaming_create_message(
123
)
124
assert (
125
span["data"][SPANDATA.GEN_AI_RESPONSE_TEXT]
126
- == '[{"type": "text", "text": "Hi, I\'m Claude."}]'
+ == '[{"text": "Hi, I\'m Claude.", "type": "text"}]'
127
128
else:
129
assert SPANDATA.GEN_AI_REQUEST_MESSAGES not in span["data"]
@@ -195,7 +195,7 @@ async def test_nonstreaming_create_message_async(
195
196
197
198
199
200
201
0 commit comments