Change ToolResult.content to str #30
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)
|