Skip to content

Commit 0a0697e

Browse files
fixed containerTags bug
1 parent 8498635 commit 0a0697e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/tools/src/ai-sdk.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export const documentListTool = (
211211
const tag = containerTag || containerTags[0]
212212

213213
const response = await client.documents.list({
214-
containerTag: tag,
214+
containerTags: [tag],
215215
limit: limit || DEFAULT_VALUES.limit,
216216
...(offset !== undefined && { offset }),
217217
...(status && { status }),

0 commit comments

Comments
 (0)