UNPKG

@cogniformai/instructor-stream

Version:

Streaming-first structured data extraction from LLMs with real-time updates

8 lines (6 loc) 134 B
interface GoogleAdapterConfig { apiKey: string; model?: string; baseURL?: string; } export type { GoogleAdapterConfig };