Skip to content

Commit b6e1d7a

Browse files
author
Dylan Huang
committed
reduce time for complex queries example
1 parent b39f2c9 commit b6e1d7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/chinook/test_pydantic_chinook.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ class Response(BaseModel):
9797
],
9898
rollout_processor=PydanticAgentRolloutProcessor(),
9999
rollout_processor_kwargs={"agent": setup_agent},
100-
num_runs=3,
101100
mode="pointwise",
102101
)
103102
async def test_complex_queries(row: EvaluationRow) -> EvaluationRow:

0 commit comments

Comments
 (0)