Skip to content

Commit 913d273

Browse files
committed
.
1 parent dcb7afd commit 913d273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/node-integration-tests/suites/tracing/langchain/scenario-span-streaming.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function startMockAnthropicServer() {
88

99
app.post('/v1/messages', (req, res) => {
1010
res.json({
11-
id: 'msg_no_truncation_test',
11+
id: 'msg_span_streaming_test',
1212
type: 'message',
1313
role: 'assistant',
1414
content: [{ type: 'text', text: 'Response' }],

0 commit comments

Comments
 (0)