Skip to content

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

Variable: providerSchema

ts
const providerSchema: ZodEnum<{
  google: "google";
  ollama: "ollama";
  openai: "openai";
}>;

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

Released under MIT license