Skip to content

Commit 724b973

Browse files
committed
Formatting after merge conflict resolve
1 parent e8fe813 commit 724b973

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/utils/payloads.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ def validate(self, response: Any, content: str) -> None:
186186
logger.info(
187187
f"✓ Logprobs validation passed: found {len(content_logprobs)} tokens with logprobs"
188188
)
189+
190+
189191
class ToolCallingChatPayload(ChatPayload):
190192
"""ChatPayload that validates tool calls in the response."""
191193

0 commit comments

Comments
 (0)