Skip to content

Nate/control plane client #167

Nate/control plane client

Nate/control plane client #167

Triggered via pull request July 9, 2024 04:51
Status Failure
Total duration 2m 4s
Artifacts

ts-check.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
tsc-check
Type '{ template?: "anthropic" | "llama2" | "alpaca" | "zephyr" | "phi2" | "phind" | "chatml" | "none" | "openchat" | "deepseek" | "xwin-coder" | "neural-chat" | "codellama-70b" | "llava" | "gemma" | "llama3"; ... 9 more ...; promptTemplates?: Record<...>; }[]' is not assignable to type 'ModelDescription[]'.
tsc-check
Type '{ template?: "anthropic" | "llama2" | "alpaca" | "zephyr" | "phi2" | "phind" | "chatml" | "none" | "openchat" | "deepseek" | "xwin-coder" | "neural-chat" | "codellama-70b" | "llava" | "gemma" | "llama3"; ... 9 more ...; promptTemplates?: Record<...>; }' is not assignable to type 'ModelDescription | ModelDescription[]'.
tsc-check
Type '{ provider?: "openai" | "cohere" | "ollama" | "gemini" | "transformers.js" | "free-trial"; model?: string; apiKey?: string; apiBase?: string; requestOptions?: { headers?: Record<string, string>; ... 5 more ...; noProxy?: string[]; }; engine?: string; apiType?: string; apiVersion?: string; }' is not assignable to type 'EmbeddingsProviderDescription'.
tsc-check
Type '{ name?: "cohere" | "voyage" | "llm"; params?: Record<string, any>; }' is not assignable to type 'RerankerDescription'.
tsc-check
Process completed with exit code 2.
tsc-check
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/