PromptOptions: {
    apiKey?: string;
    cohereKey?: string;
    enableRag?: boolean;
    model?: string;
    stream?: boolean;
}

The options for the prompt.