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 57fc589 commit 46ddd95Copy full SHA for 46ddd95
app/page.tsx
@@ -21,6 +21,7 @@ export default async function Home({
21
}) {
22
const threads = await client.getThreads({
23
filters: {
24
+ // customerIds: ["c_01J28ZQKJX9CVRXVHBMAXNSV5G"],
25
tenantIdentifiers: [{ tenantId: "te_01J299SM3E25EJHT7JKYS6G7K5" }],
26
},
27
});
0 commit comments