Skip to content

feat(code-template): Add Code Template System and Tool Calling Infrastructure #198

feat(code-template): Add Code Template System and Tool Calling Infrastructure

feat(code-template): Add Code Template System and Tool Calling Infrastructure #198

Triggered via pull request November 16, 2024 06:00
Status Failure
Total duration 54s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Test: app/components/chat/Chat.client.tsx#L309
Argument of type 'ProviderInfo' is not assignable to parameter of type 'string'.
Test: app/lib/.server/llm/stream-text.ts#L44
Type 'string | ProviderInfo' is not assignable to type 'string'.
Test: app/lib/.server/llm/stream-text.ts#L102
Type 'string' is not assignable to type 'ProviderInfo'.
Test: app/lib/.server/llm/stream-text.ts#L112
Argument of type 'ProviderInfo' is not assignable to parameter of type 'string'.
Test: app/lib/.server/llm/stream-text.ts#L116
Argument of type 'ProviderInfo' is not assignable to parameter of type 'string'.
Test
Process completed with exit code 2.