UNPKG

call-ai

Version:

Lightweight library for making AI API calls with streaming support

3 lines (2 loc) 166 B
import { Schema, SchemaStrategy } from "../types.js"; export declare function chooseSchemaStrategy(model: string | undefined, schema: Schema | null): SchemaStrategy;