Skip to content

Commit 6aa0163

Browse files
daniel-lxsBelerafon
authored andcommitted
refactor: remove describe
1 parent 0e9c2fb commit 6aa0163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/provider-settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ const openAiSchema = baseProviderSettingsSchema.extend({
129129
const ollamaSchema = baseProviderSettingsSchema.extend({
130130
ollamaModelId: z.string().optional(),
131131
ollamaBaseUrl: z.string().optional(),
132-
ollamaApiTimeout: z.number().optional().describe("Timeout in minutes for Ollama API requests"),
132+
ollamaApiTimeout: z.number().optional(),
133133
})
134134

135135
const vsCodeLmSchema = baseProviderSettingsSchema.extend({

0 commit comments

Comments
 (0)