fix: recover Work runs after failed verification

This commit is contained in:
wuyang
2026-07-26 13:37:51 +08:00
parent 2f6f46c2fa
commit 8a31a0edb6
7 changed files with 331 additions and 25 deletions
+1
View File
@@ -23,6 +23,7 @@ class ChatCompletionRequest(BaseModel):
stream: bool = False
tools: list[dict[str, Any]] | None = None
tool_choice: Any = None
metadata: dict[str, Any] | None = None
class PlanItem(BaseModel):