We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a7f167 commit 2e37f0eCopy full SHA for 2e37f0e
eval_protocol/pytest/default_pydantic_ai_rollout_processor.py
@@ -29,12 +29,6 @@
29
logger = logging.getLogger(__name__)
30
31
32
-@dataclass
33
-class ModelConfig(TypedDict):
34
- model: str
35
- provider: str
36
-
37
38
class PydanticAgentRolloutProcessor(RolloutProcessor):
39
"""Rollout processor for Pydantic AI agents. Mainly converts
40
EvaluationRow.messages to and from Pydantic AI ModelMessage format."""
0 commit comments