UNPKG

@omnia/fx-models

Version:
8 lines (7 loc) 164 B
import { Logprobs } from "./Logprobs"; export interface Choice { text: string; index?: number; logprobs?: Logprobs | null; finishReason?: string; }