We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8498635 commit 0a0697eCopy full SHA for 0a0697e
1 file changed
packages/tools/src/ai-sdk.ts
@@ -211,7 +211,7 @@ export const documentListTool = (
211
const tag = containerTag || containerTags[0]
212
213
const response = await client.documents.list({
214
- containerTag: tag,
+ containerTags: [tag],
215
limit: limit || DEFAULT_VALUES.limit,
216
...(offset !== undefined && { offset }),
217
...(status && { status }),
0 commit comments