Skip to content

@stephansama packages / @stephansama/ai-commit-msg / schema / envSchema

Variable: envSchema

ts
const envSchema: object;

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

Type Declaration

google

ts
google: ZodObject<{
  GOOGLE_GENERATIVE_AI_API_KEY: ZodString;
}, $strip>;

ollama

ts
ollama: ZodObject<{
}, $strip>;

openai

ts
openai: ZodObject<{
  OPENAI_API_KEY: ZodString;
}, $strip>;

Released under MIT license