reverted some formatting changes

This commit is contained in:
Omar Abdelwahab 2025-11-04 11:56:32 -08:00
parent 0487496ce1
commit fec6f20792

View file

@ -1017,7 +1017,8 @@ class StreamingResponseOrchestrator:
sequence_number=self.sequence_number,
)
async def _process_new_tools(self, tools: list[OpenAIResponseInputTool], output_messages: list[OpenAIResponseOutput]
async def _process_new_tools(
self, tools: list[OpenAIResponseInputTool], output_messages: list[OpenAIResponseOutput]
) -> AsyncIterator[OpenAIResponseObjectStream]:
"""Process all tools and emit appropriate streaming events."""
from openai.types.chat import ChatCompletionToolParam