Added hook tests for mistral llms and embeddings #4
Annotations
11 errors
|
Build LangChain
Import declaration conflicts with local declaration of 'MistralAIToolChoice'.
|
Build LangChain
Cannot find name 'MistralAIFunction'.
|
Build LangChain
Cannot find name 'MistralAIToolCalls'. Did you mean 'MistralAIToolCall'?
|
Build LangChain
Cannot find name 'MistralAIToolCalls'. Did you mean 'MistralAIToolCall'?
|
Build LangChain
Type '{ type: "function"; id?: string | undefined; function: FunctionCall; }[] | undefined' is not assignable to type 'OpenAIToolCall[] | undefined'.
|
Build LangChain
Property 'prompt_tokens' does not exist on type 'UsageInfo'. Did you mean 'promptTokens'?
|
Build LangChain
Property 'completion_tokens' does not exist on type 'UsageInfo'. Did you mean 'completionTokens'?
|
Build LangChain
Property 'total_tokens' does not exist on type 'UsageInfo'. Did you mean 'totalTokens'?
|
Build LangChain
Property 'prompt_tokens' does not exist on type 'UsageInfo'. Did you mean 'promptTokens'?
|
Build LangChain
Property 'completion_tokens' does not exist on type 'UsageInfo'. Did you mean 'completionTokens'?
|
Loading