diff options
| author | Timo Clasen <[email protected]> | 2025-08-06 21:03:14 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-06 14:03:14 -0500 |
| commit | 54457e48bba062fc5a678efaa7421eab703434fc (patch) | |
| tree | 22185b83c1570c301aaa3c81d45cdd5441d2b6c9 /packages/sdk/js/src | |
| parent | b179d084847abaa6ec04974231048724b174aea6 (diff) | |
| download | opencode-54457e48bba062fc5a678efaa7421eab703434fc.tar.gz opencode-54457e48bba062fc5a678efaa7421eab703434fc.zip | |
fix(docs): small_model is not used for summarization (#1360)
Diffstat (limited to 'packages/sdk/js/src')
| -rw-r--r-- | packages/sdk/js/src/gen/types.gen.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 /** |
