🔄 synced local 'tests/unit/' with remote 'tests/unit/'

This commit is contained in:
Shuchang Zheng 2026-04-25 19:31:53 +00:00
parent 84e43687b5
commit c2a211be4e
8 changed files with 1942 additions and 3 deletions

View file

@ -18,7 +18,7 @@ def _run_create_extract_action(monkeypatch, extracted_information_schema):
captured.update(kwargs)
return original_load_prompt(template_name, **kwargs)
async def fake_handler(*, prompt, step, prompt_name):
async def fake_handler(*, prompt, step, prompt_name, **_ignored):
captured["prompt"] = prompt
return {"summary": "ok"}