mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 00:28:31 +00:00
missing arg
This commit is contained in:
@@ -941,7 +941,7 @@ class Crew(BaseModel):
|
|||||||
) -> None:
|
) -> None:
|
||||||
"""Test and evaluate the Crew with the given inputs for n iterations."""
|
"""Test and evaluate the Crew with the given inputs for n iterations."""
|
||||||
self._test_execution_span = self._telemetry.test_execution_span(
|
self._test_execution_span = self._telemetry.test_execution_span(
|
||||||
self, inputs, openai_model_name
|
self, n_iterations, inputs, openai_model_name
|
||||||
)
|
)
|
||||||
evaluator = CrewEvaluator(self, openai_model_name)
|
evaluator = CrewEvaluator(self, openai_model_name)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user