Apply the bracketed Convex API module references required by the kebab-case module rename
This commit is contained in:
3
packages/env/src/agent.ts
vendored
3
packages/env/src/agent.ts
vendored
@@ -8,6 +8,9 @@ const agentEnvSchema = z.object({
|
||||
AGENT_MODEL_MAX_TOKENS: z.coerce.number().int().positive(),
|
||||
AGENT_MODEL_NAME: z.string().min(1),
|
||||
AGENT_MODEL_PROVIDER: z.string().min(1),
|
||||
CONVEX_URL: z.url(),
|
||||
DAEMON_ID: z.string().min(1),
|
||||
FLUE_DB_TOKEN: z.string().min(1),
|
||||
});
|
||||
|
||||
export type AgentEnv = z.infer<typeof agentEnvSchema>;
|
||||
|
||||
Reference in New Issue
Block a user