interface LmCohereNodeParameters { options?: { maxTokens?: number; model?: string; temperature?: number; };}
Additional options to add Default: {}
Additional options to add Default: {}