feat: create new runs table [LET-4467] (#4841)

This commit is contained in:
Sarah Wooders
2025-09-29 16:31:33 -07:00
committed by Caren Thomas
parent c6ee549591
commit 354205f581
56 changed files with 2449 additions and 1305 deletions

View File

@@ -303,7 +303,7 @@ async def test_web_search_uses_exa():
message_manager=MagicMock(),
agent_manager=MagicMock(),
block_manager=MagicMock(),
job_manager=MagicMock(),
run_manager=MagicMock(),
passage_manager=MagicMock(),
actor=MagicMock(),
)