Added hook tests for mistral llms and embeddings #4
Annotations
21 errors and 1 warning
Unit Tests (ubuntu-latest, 20.x)
Import declaration conflicts with local declaration of 'MistralAIToolChoice'.
|
Unit Tests (ubuntu-latest, 20.x)
Cannot find name 'MistralAIFunction'.
|
Unit Tests (ubuntu-latest, 20.x)
Cannot find name 'MistralAIToolCalls'. Did you mean 'MistralAIToolCall'?
|
Unit Tests (ubuntu-latest, 20.x)
Cannot find name 'MistralAIToolCalls'. Did you mean 'MistralAIToolCall'?
|
Unit Tests (ubuntu-latest, 20.x)
Type '{ type: "function"; id?: string | undefined; function: FunctionCall; }[] | undefined' is not assignable to type 'OpenAIToolCall[] | undefined'.
|
Unit Tests (ubuntu-latest, 20.x)
Property 'prompt_tokens' does not exist on type 'UsageInfo'. Did you mean 'promptTokens'?
|
Unit Tests (ubuntu-latest, 20.x)
Property 'completion_tokens' does not exist on type 'UsageInfo'. Did you mean 'completionTokens'?
|
Unit Tests (ubuntu-latest, 20.x)
Property 'total_tokens' does not exist on type 'UsageInfo'. Did you mean 'totalTokens'?
|
Unit Tests (ubuntu-latest, 20.x)
Property 'prompt_tokens' does not exist on type 'UsageInfo'. Did you mean 'promptTokens'?
|
Unit Tests (ubuntu-latest, 20.x)
Property 'completion_tokens' does not exist on type 'UsageInfo'. Did you mean 'completionTokens'?
|
Unit Tests (ubuntu-latest, 18.x)
The job was canceled because "ubuntu-latest_20_x" failed.
|
Unit Tests (ubuntu-latest, 18.x)
Import declaration conflicts with local declaration of 'MistralAIToolChoice'.
|
Unit Tests (ubuntu-latest, 18.x)
Cannot find name 'MistralAIFunction'.
|
Unit Tests (ubuntu-latest, 18.x)
Cannot find name 'MistralAIToolCalls'. Did you mean 'MistralAIToolCall'?
|
Unit Tests (ubuntu-latest, 18.x)
Cannot find name 'MistralAIToolCalls'. Did you mean 'MistralAIToolCall'?
|
Unit Tests (ubuntu-latest, 18.x)
Type '{ type: "function"; id?: string | undefined; function: FunctionCall; }[] | undefined' is not assignable to type 'OpenAIToolCall[] | undefined'.
|
Unit Tests (ubuntu-latest, 18.x)
Property 'prompt_tokens' does not exist on type 'UsageInfo'. Did you mean 'promptTokens'?
|
Unit Tests (ubuntu-latest, 18.x)
Property 'completion_tokens' does not exist on type 'UsageInfo'. Did you mean 'completionTokens'?
|
Unit Tests (ubuntu-latest, 18.x)
Property 'total_tokens' does not exist on type 'UsageInfo'. Did you mean 'totalTokens'?
|
Unit Tests (ubuntu-latest, 18.x)
Property 'prompt_tokens' does not exist on type 'UsageInfo'. Did you mean 'promptTokens'?
|
Unit Tests (ubuntu-latest, 18.x)
Property 'completion_tokens' does not exist on type 'UsageInfo'. Did you mean 'completionTokens'?
|
Unit Tests (ubuntu-latest, 20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|