Skip to content

Commit 26733a5

Browse files
committed
lint
1 parent 6c86a66 commit 26733a5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

eval_protocol/adapters/openai_responses.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,7 @@ def _create_evaluation_row(self, input_items: SyncCursorPage[ResponseItem], resp
114114
),
115115
)
116116

117-
def _responses_tools_to_chat_completion_tools(
118-
self, tools: List[Tool]
119-
) -> Sequence[ChatCompletionToolParam]:
117+
def _responses_tools_to_chat_completion_tools(self, tools: List[Tool]) -> Sequence[ChatCompletionToolParam]:
120118
"""Convert OpenAI Responses API tools to chat completion message function tool calls."""
121119
chat_completion_tools: List[ChatCompletionToolParam] = []
122120
for tool in tools:

0 commit comments

Comments
 (0)