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