Skip to content

Commit fb5c9e3

Browse files
author
Dylan Huang
committed
fix bug
1 parent 73e67a7 commit fb5c9e3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tests/pytest/test_tool_response_single_string.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,13 @@
22
from typing import List, Optional
33

44
from mcp.types import TextContent
5-
from openai.types.chat.chat_completion_message import (
6-
ChatCompletionMessageToolCall,
7-
FunctionCall,
8-
)
95

6+
from eval_protocol.dataset_logger.dataset_logger import DatasetLogger
107
from eval_protocol.models import EvaluationRow, Message
118
from eval_protocol.pytest.default_agent_rollout_processor import Agent
129

1310

14-
class NoOpLogger:
11+
class NoOpLogger(DatasetLogger):
1512
def log(self, row: EvaluationRow) -> None:
1613
return None
1714

0 commit comments

Comments
 (0)