Interface NlRecordedRequestExperimental

interface NlRecordedRequest {
    attempt: number;
    instruction: string;
    purpose: "propose" | "self-correct";
}

Properties

attempt: number
instruction: string
purpose: "propose" | "self-correct"