Interface CohereArgs

interface CohereArgs {
    apiKey: string;
    config: Readonly<CohereConfig>;
    options?: Readonly<AIServiceOptions>;
}

Properties

apiKey: string
config: Readonly<CohereConfig>
options?: Readonly<AIServiceOptions>