interface SC_OPS {
    prompt: string;
    response_format: any;
}

Properties

prompt: string
response_format: any