Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,8 @@ def prepare_request(self, request: dict) -> dict:
message["reasoning_content"] = reason_text
if self.model:
req["model"] = self.model
if self.stream:
req["stream"] = True
# Remove custom fields, do not pass to API
req.pop("check_type", None)
req.pop("expected_tool_call", None)
Expand Down