Skip to content

Commit 0e9c2fb

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

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
@@ -123,7 +123,7 @@ const openAiSchema = baseProviderSettingsSchema.extend({
123123
openAiStreamingEnabled: z.boolean().optional(),
124124
openAiHostHeader: z.string().optional(), // Keep temporarily for backward compatibility during migration.
125125
openAiHeaders: z.record(z.string(), z.string()).optional(),
126-
openAiApiTimeout: z.number().optional().describe("Timeout in milliseconds for OpenAI API requests"),
126+
openAiApiTimeout: z.number().optional(),
127127
})
128128

129129
const ollamaSchema = baseProviderSettingsSchema.extend({

0 commit comments

Comments
 (0)