Skip to content

使得其成为Amrita插件 #1

使得其成为Amrita插件

使得其成为Amrita插件 #1

Triggered via push December 6, 2025 14:32
Status Failure
Total duration 22s
Artifacts

CI.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors
check
1 error
check: amrita_plugin_omikuji/utils.py#L79
Argument of type "list[dict[str, str]]" cannot be assigned to parameter "messages" of type "Iterable[Message[Unknown] | ToolResult]" in function "tools_caller"   "list[dict[str, str]]" is not assignable to "Iterable[Message[Unknown] | ToolResult]"     Type parameter "_T_co@Iterable" is covariant, but "dict[str, str]" is not a subtype of "Message[Unknown] | ToolResult"       Type "dict[str, str]" is not assignable to type "Message[Unknown] | ToolResult"         "dict[str, str]" is not assignable to "Message[Unknown]"         "dict[str, str]" is not assignable to "ToolResult" (reportArgumentType)