fix: recover Work runs after failed verification
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user