manual mapping (#14422)

This commit is contained in:
Harrison Chase
2023-12-08 16:29:33 -08:00
committed by GitHub
parent c24f277b7c
commit f5befe3b89
48 changed files with 1094 additions and 194 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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")