Return session name in runner response (#6112)

Makes it easier to then run evals w/o thinking about specifying a
session
This commit is contained in:
Zander Chase
2023-06-13 16:59:43 -07:00
committed by GitHub
parent e74733ab9e
commit b3b155d488
3 changed files with 25 additions and 31 deletions

View File

@@ -201,4 +201,4 @@ async def test_arun_on_dataset(monkeypatch: pytest.MonkeyPatch) -> None:
]
for uuid_ in uuids
}
assert results == expected
assert results["results"] == expected