We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674f55f commit 132a608Copy full SHA for 132a608
test/versioned/langchain-aws/runnables-streaming.test.js
@@ -87,7 +87,7 @@ test('streaming enabled', async (t) => {
87
match(e, {
88
customAttributes: {
89
'error.message': /Internal server error during streaming/,
90
- completion_id: /[\w-]{36}/
+ completion_id: /[\w-]{32}/
91
}
92
})
93
0 commit comments