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 e5f9884 commit b0b2331Copy full SHA for b0b2331
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
- == '[{"text": "Hi, I\'m Claude.", "type": "text"}]'
+ == '[{"type": "text", "text": "Hi, I\'m Claude."}]'
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