Variable: GatewayOpenAIConfigurationSchema
const GatewayOpenAIConfigurationSchema: ZodObject<{
openai_organization: ZodOptional<ZodString>;
openai_project: ZodOptional<ZodString>;
}, "strip", ZodType<GatewayJsonValue, ZodTypeDef, GatewayJsonValue>, {
openai_organization?: string;
openai_project?: string;
}, {
openai_organization?: string;
openai_project?: string;
}>;
Defined in: src/models/ai-gateway-routing.ts:189