Jelajahi Sumber

chore: generate

opencode-agent[bot] 1 Minggu lalu
induk
melakukan
fbc08709d1
1 mengubah file dengan 3 tambahan dan 1 penghapusan
  1. 3 1
      packages/opencode/src/config/config.ts

+ 3 - 1
packages/opencode/src/config/config.ts

@@ -1043,7 +1043,9 @@ export namespace Config {
         .optional()
         .describe("When set, ONLY these providers will be enabled. All other providers will be ignored"),
       model: ModelId.describe("Model to use in the format of provider/model, eg anthropic/claude-2").optional(),
-      small_model: ModelId.describe("Small model to use for tasks like title generation in the format of provider/model").optional(),
+      small_model: ModelId.describe(
+        "Small model to use for tasks like title generation in the format of provider/model",
+      ).optional(),
       default_agent: z
         .string()
         .optional()