Skip to content

environmentSchema

const environmentSchema: object;

Defined in: core/ai-commit-msg/src/schema.ts:11

google: ZodObject<{
GOOGLE_GENERATIVE_AI_API_KEY: ZodString;
}, $strip>;
ollama: ZodObject<{
}, $strip>;
openai: ZodObject<{
OPENAI_API_KEY: ZodString;
}, $strip>;