mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-02 11:39:18 +00:00
manual mapping (#14422)
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -2029,7 +2029,7 @@ async def test_prompt_with_llm(
|
||||
):
|
||||
del op["value"]["id"]
|
||||
|
||||
assert stream_log == [
|
||||
expected = [
|
||||
RunLogPatch(
|
||||
{
|
||||
"op": "replace",
|
||||
@@ -2113,6 +2113,7 @@ async def test_prompt_with_llm(
|
||||
{"op": "replace", "path": "/final_output", "value": "foo"},
|
||||
),
|
||||
]
|
||||
assert stream_log == expected
|
||||
|
||||
|
||||
@freeze_time("2023-01-01")
|
||||
|
Reference in New Issue
Block a user