UNPKG

convokit

Version:

A flexible TypeScript framework for ingesting, processing, and exporting chat/conversation data for LLM training and analysis.

3 lines 251 B
import { CKTurnListConversation } from "../../../index.js"; export declare function CKWeightedSample(CKTurnListConversations: CKTurnListConversation[], Samples: number): Promise<CKTurnListConversation[]>; //# sourceMappingURL=CKWeightedSample.d.ts.map