interface GPTRequest {
    context?: any;
    input: string;
    role: GPTRole;
}

Properties

context?: any
input: string
role: GPTRole