docs[patch],examples[patch]: Add tooltip with note about unified model params #1033
Annotations
10 errors and 1 warning
Build
Argument of type '{ apiKey: string | undefined; modelName: string; }' is not assignable to parameter of type 'CohereRerankArgs'.
|
Build
Argument of type '{ apiKey: string | undefined; topN: number; modelName: string; }' is not assignable to parameter of type 'CohereRerankArgs'.
|
Build
Argument of type '{ region: string; credentials: { accessKeyId: string; secretAccessKey: string; }; modelName: string; }' is not assignable to parameter of type 'BedrockEmbeddingsParams'.
|
Build
Argument of type '{ apiKey: string; project_id: string; modelName: string; }' is not assignable to parameter of type 'PremEmbeddingsParams'.
|
Build
Argument of type '{ modelName: string; maxOutputTokens: number; }' is not assignable to parameter of type 'GoogleVertexAIBaseLLMInput<GoogleAuthOptions<JSONClient>>'.
|
Build
Argument of type '{ modelName: string; }' is not assignable to parameter of type 'GoogleVertexAIBaseLLMInput<GoogleAuthOptions<JSONClient>>'.
|
Build
Argument of type '{ modelName: string; temperature: number; maxTokens: number; }' is not assignable to parameter of type 'Partial<HFInput> & BaseLLMParams'.
|
Build
Type '{ provider: string; virtual_key: string; modelName: string; max_tokens: number; }' is not assignable to type 'LLMOptions'.
|
Build
Type '{ provider: string; virtual_key: string; modelName: string; max_tokens: number; }' is not assignable to type 'LLMOptions'.
|
Build
Argument of type '{ apiKey: string | undefined; modelName: string; }' is not assignable to parameter of type 'ChatCohereInput'.
|
Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|