diff options
Diffstat (limited to 'packages/sdk')
| -rw-r--r-- | packages/sdk/go/config.go | 2 | ||||
| -rw-r--r-- | packages/sdk/js/src/gen/types.gen.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/sdk/go/config.go b/packages/sdk/go/config.go index 77b1b7602..911bb2a30 100644 --- a/packages/sdk/go/config.go +++ b/packages/sdk/go/config.go @@ -74,7 +74,7 @@ type Config struct { // Control sharing behavior:'manual' allows manual sharing via commands, 'auto' // enables automatic sharing, 'disabled' disables all sharing Share ConfigShare `json:"share"` - // Small model to use for tasks like summarization and title generation in the + // Small model to use for tasks like title generation in the // format of provider/model SmallModel string `json:"small_model"` // Theme name to use for the interface 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 /** |
