UNPKG

ai21

Version:

AI21 TypeScript SDK

6 lines (5 loc) 113 B
export interface DocumentSchema { content: string; id?: string; metadata?: Record<string, string>; }