Skip to content

feat (ai/core): url source support #10871

feat (ai/core): url source support

feat (ai/core): url source support #10871

Triggered via pull request February 7, 2025 11:58
@lgrammellgrammel
synchronize #4745
lg/jAknyaxf
Status Failure
Total duration 2m 57s
Artifacts

quality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
TypeScript
Property 'sources' is missing in type '{ stepType: "tool-result" | "initial" | "continue"; text: string; reasoning: string | undefined; toolCalls: ToolCallUnion<TOOLS>[]; toolResults: ToolResultUnion<TOOLS>[]; ... 7 more ...; isContinued: boolean; }' but required in type 'StepResult<TOOLS>'.
TypeScript
Argument of type '{ finishReason: LanguageModelV1FinishReason; logprobs: undefined; usage: LanguageModelUsage; text: string; reasoning: string | undefined; ... 6 more ...; steps: StepResult<...>[]; }' is not assignable to parameter of type 'Omit<StepResult<TOOLS>, "stepType" | "isContinued"> & { readonly steps: StepResult<TOOLS>[]; }'.
TypeScript
ai#build: command (/home/runner/work/ai/ai/packages/ai) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (1)
TypeScript
Process completed with exit code 1.