Skip to content

providerSchema

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

Defined in: schema.ts:19