We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6a891 commit 3986ad3Copy full SHA for 3986ad3
tests/unit/checks/test_llm_base.py
@@ -562,7 +562,6 @@ async def test_run_llm_strips_whitespace_in_multi_turn_mode() -> None:
562
563
# Should strip whitespace in multi-turn mode
564
user_message = client.captured_messages[1]["content"]
565
- import json
566
json_start = user_message.find("{")
567
payload = json.loads(user_message[json_start:])
568
assert payload["latest_input"] == "Test input with whitespace" # noqa: S101
0 commit comments