mirror of
https://github.com/hwchase17/langchain.git
synced 2025-04-27 11:41:51 +00:00
fix test for python < 3.13
This commit is contained in:
parent
86552ef4a6
commit
0baecee712
@ -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": [],
|
||||
|
Loading…
Reference in New Issue
Block a user