We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1888acc commit 46cf17aCopy full SHA for 46cf17a
packages/shared/src/env.server.ts
@@ -221,7 +221,6 @@ const options = {
221
GOOGLE_VERTEX_PROJECT: z.string().optional(),
222
GOOGLE_VERTEX_REGION: z.string().default('us-central1'),
223
GOOGLE_APPLICATION_CREDENTIALS: z.string().optional(),
224
- GOOGLE_VERTEX_INCLUDE_THOUGHTS: booleanSchema.default('true'),
225
226
/**
227
* @deprecated Use `thinkingBudget` in the language model config instead.
0 commit comments