Skip to content

Added hook tests for mistral llms and embeddings #5

Added hook tests for mistral llms and embeddings

Added hook tests for mistral llms and embeddings #5

Triggered via push November 16, 2024 23:01
Status Failure
Total duration 9m 21s
Artifacts

examples.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Build
Import declaration conflicts with local declaration of 'MistralAIToolChoice'.
Build
Cannot find name 'MistralAIFunction'.
Build
Cannot find name 'MistralAIToolCalls'. Did you mean 'MistralAIToolCall'?
Build
Cannot find name 'MistralAIToolCalls'. Did you mean 'MistralAIToolCall'?
Build
Type '{ type: "function"; id?: string | undefined; function: FunctionCall; }[] | undefined' is not assignable to type 'OpenAIToolCall[] | undefined'.
Build
Property 'prompt_tokens' does not exist on type 'UsageInfo'. Did you mean 'promptTokens'?
Build
Property 'completion_tokens' does not exist on type 'UsageInfo'. Did you mean 'completionTokens'?
Build
Property 'total_tokens' does not exist on type 'UsageInfo'. Did you mean 'totalTokens'?
Build
Property 'prompt_tokens' does not exist on type 'UsageInfo'. Did you mean 'promptTokens'?
Build
Property 'completion_tokens' does not exist on type 'UsageInfo'. Did you mean 'completionTokens'?
Build
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/