From 54457e48bba062fc5a678efaa7421eab703434fc Mon Sep 17 00:00:00 2001 From: Timo Clasen Date: Wed, 6 Aug 2025 21:03:14 +0200 Subject: fix(docs): small_model is not used for summarization (#1360) --- packages/sdk/js/src/gen/types.gen.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/sdk/js/src/gen') diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts index 74fa1a4fb..79224562d 100644 --- a/packages/sdk/js/src/gen/types.gen.ts +++ b/packages/sdk/js/src/gen/types.gen.ts @@ -558,7 +558,7 @@ export type Config = { */ model?: string /** - * Small model to use for tasks like summarization and title generation in the format of provider/model + * Small model to use for tasks like title generation in the format of provider/model */ small_model?: string /** -- cgit v1.2.3