UNPKG

@n8n/n8n-nodes-langchain

Version:
5 lines (4 loc) 146 B
import type { CohereClient } from 'cohere-ai'; export declare function createCohereV2ChatClient(options: { apiKey?: string; }): CohereClient;