Skip to content

build(deps): bump @openai/agents from 0.3.8 to 0.4.0 #206

build(deps): bump @openai/agents from 0.3.8 to 0.4.0

build(deps): bump @openai/agents from 0.3.8 to 0.4.0 #206

Triggered via pull request January 19, 2026 07:50
Status Failure
Total duration 26s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
ci
Process completed with exit code 2.
ci
Type '({ arguments: args }: { arguments: any; }) => Promise<unknown>' is not assignable to type 'ToolExecuteFunction<ZodObjectLike | JsonObjectSchemaStrict<any> | undefined, unknown> | ToolExecuteFunction<JsonObjectSchemaNonStrict<any> | undefined, unknown>'.
ci
Type 'ZodTypeAny' is not assignable to type 'ZodObjectLike | JsonObjectSchemaStrict<any> | JsonObjectSchemaNonStrict<any> | undefined'.
ci
Type '(input: HttpFetchInput) => Promise<any>' is not assignable to type 'ToolExecuteFunction<ZodObjectLike | JsonObjectSchemaStrict<any> | undefined, unknown> | ToolExecuteFunction<JsonObjectSchemaNonStrict<any> | undefined, unknown>'.
ci
Type 'ZodObject<{ url: ZodString; headers: ZodOptional<ZodRecord<ZodString, ZodString>>; }, "strip", ZodTypeAny, { url: string; headers?: Record<string, string> | undefined; }, { url: string; headers?: Record<string, string> | undefined; }>' is not assignable to type 'ZodObjectLike | JsonObjectSchemaStrict<any> | JsonObjectSchemaNonStrict<any> | undefined'.
ci
Type '(input: CalculatorInput) => Promise<number>' is not assignable to type 'ToolExecuteFunction<ZodObjectLike | JsonObjectSchemaStrict<any> | undefined, unknown> | ToolExecuteFunction<JsonObjectSchemaNonStrict<any> | undefined, unknown>'.
ci
Type 'ZodObject<{ operation: ZodEnum<["add", "subtract", "multiply", "divide"]>; a: ZodNumber; b: ZodNumber; }, "strip", ZodTypeAny, { operation: "add" | "subtract" | "multiply" | "divide"; a: number; b: number; }, { operation: "add" | "subtract" | "multiply" | "divide"; a: number; b: number; }>' is not assignable to type 'ZodObjectLike | JsonObjectSchemaStrict<any> | JsonObjectSchemaNonStrict<any> | undefined'.