Skip to content

CI: bundle-size

CI: bundle-size #1

Triggered via pull request January 11, 2025 10:50
Status Failure
Total duration 28s
Billable time 1m
Artifacts

bundle-size.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: core/agent/anthropic_agent.ts#L17
Property 'messages' does not exist on type 'Anthropic'.
build: core/agent/anthropic_agent.ts#L33
Property 'messages' does not exist on type 'Anthropic'.
build: core/agent/anthropic_agent.ts#L63
Type 'string | null' is not assignable to type 'string'.
build: core/agent/base_agent.ts#L1
Import declaration conflicts with local declaration of 'ChatMessage'.
build: core/agent/base_agent.ts#L1
Import declaration conflicts with local declaration of 'ModelConfig'.
build: core/agent/bedrock_agent.ts#L53
Property 'getReader' does not exist on type 'Uint8ArrayBlobAdapter'.
build: core/agent/claude3_agent.ts#L18
Property 'messages' does not exist on type 'Anthropic'.
build: core/agent/claude3_agent.ts#L28
Property 'messages' does not exist on type 'Anthropic'.
build: core/agent/cohere_agent.ts#L11
Object literal may only specify known properties, and 'apiKey' does not exist in type 'Options'.
build: core/agent/cohere_agent.ts#L22
Object literal may only specify known properties, but 'max_tokens' does not exist in type 'ChatRequest'. Did you mean to write 'maxTokens'?
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636