Skip to content

Change ToolResult.content to str #30

Change ToolResult.content to str

Change ToolResult.content to str #30

Triggered via push April 16, 2026 08:53
Status Failure
Total duration 23s
Artifacts

lint.yml

on: push
lint-stage
19s
lint-stage
Fit to window
Zoom out
Zoom in

Annotations

3 errors
lint-stage
Process completed with exit code 1.
lint-stage
1 error
lint-stage: tests/unit/ai/test_tool_settings.py#L10
Argument of type "list[Any]" cannot be assigned to parameter "content" of type "str" in function "__init__"   "list[Any]" is not assignable to "str" (reportArgumentType)