-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
Description
mypy 类型检查报告
时间: 2025-06-28 19:26:20
分支: master 分支
Commit: 8295a5d
工作流: 查看运行详情
mypy 共发现 1 个类型问题:
错误类型统计
错误代码 | 出现次数 | 占比 |
---|---|---|
arg-type |
1 | 100.0% |
问题摘要
文件 | 问题数量 | 详情 |
---|---|---|
kirara_ai/workflow/implementations/blocks/mcp/tool.py |
1 | 查看详情 |
详细问题
kirara_ai/workflow/implementations/blocks/mcp/tool.py
行号 | 列号 | 错误代码 | 错误消息 |
---|---|---|---|
50 | 51 | arg-type |
Argument 3 to "_create_tool_result" of "MCPToolProvider" has incompatible type "list[TextContent | ImageContent | AudioContent | ResourceLink | EmbeddedResource]"; expected "list[TextContent | ImageContent | EmbeddedResource]" |