aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/trpc')
-rw-r--r--packages/trpc/routers/bookmarks.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/trpc/routers/bookmarks.ts b/packages/trpc/routers/bookmarks.ts
index 63d20625..7025c3da 100644
--- a/packages/trpc/routers/bookmarks.ts
+++ b/packages/trpc/routers/bookmarks.ts
@@ -1109,7 +1109,7 @@ Content: ${bookmark.content ?? ""}
);
const summary = await inferenceClient.inferFromText(summaryPrompt, {
- json: false,
+ schema: null,
});
if (!summary.response) {