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 6966214 commit 247bf9fCopy full SHA for 247bf9f
dev-packages/node-integration-tests/suites/tracing/openai/test.ts
@@ -115,7 +115,7 @@ describe('OpenAI integration', () => {
115
'sentry.origin': 'manual',
116
'gen_ai.system': 'openai',
117
'gen_ai.request.model': 'gpt-3.5-turbo',
118
- 'gen_ai.response.text': '["Response to: Translate this to French: Hello"]',
+ 'gen_ai.response.text': 'Response to: Translate this to French: Hello',
119
'gen_ai.response.model': 'gpt-3.5-turbo',
120
'gen_ai.response.id': 'resp_mock456',
121
'gen_ai.usage.input_tokens': 5,
0 commit comments