fix test for python < 3.13

This commit is contained in:
Chester Curme 2025-04-04 09:24:00 -04:00
parent 86552ef4a6
commit 0baecee712

View File

@ -2159,7 +2159,11 @@ async def test_prompt_with_llm(
"value": {
"end_time": None,
"final_output": None,
"metadata": {"ls_model_type": "llm", "ls_provider": "fakelist"},
"metadata": {
"ls_model_type": "llm",
"ls_provider": "fakelist",
"ls_tools_called": [],
},
"name": "FakeListLLM",
"start_time": "2023-01-01T00:00:00.000+00:00",
"streamed_output": [],