Skip to content

Commit 2e37f0e

Browse files
author
Dylan Huang
committed
remove ModelConfig
1 parent 0a7f167 commit 2e37f0e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

eval_protocol/pytest/default_pydantic_ai_rollout_processor.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@
2929
logger = logging.getLogger(__name__)
3030

3131

32-
@dataclass
33-
class ModelConfig(TypedDict):
34-
model: str
35-
provider: str
36-
37-
3832
class PydanticAgentRolloutProcessor(RolloutProcessor):
3933
"""Rollout processor for Pydantic AI agents. Mainly converts
4034
EvaluationRow.messages to and from Pydantic AI ModelMessage format."""

0 commit comments

Comments
 (0)