Add comprehensive Biome rules, autofix formatting and imports across … #22
Annotations
7 errors
|
ci
Process completed with exit code 2.
|
|
ci:
src/core/run.ts#L809
Argument of type 'ToolCall[] | undefined' is not assignable to parameter of type '{ function: { name: string; }; }[]'.
|
|
ci:
src/core/run.ts#L798
Argument of type 'ToolCall[] | undefined' is not assignable to parameter of type '{ id: string; function: { name: string; arguments: string; }; }[]'.
|
|
ci:
src/core/run.ts#L769
'finalResponse.toolCalls.length' is possibly 'undefined'.
|
|
ci:
src/core/run.ts#L768
Type 'string | null | undefined' is not assignable to type 'string | null'.
|
|
ci:
src/core/run.ts#L739
Type '{ content: string | null | undefined; toolCallCount: number | undefined; }' is not assignable to type '{ content: string | null; toolCallCount: number; }'.
|
|
ci:
src/core/run.ts#L732
Type '{ content: string | null | undefined; toolCallCount: number | undefined; }' is not assignable to type '{ content: string | null; toolCallCount: number; }'.
|