Update openai_responses.py

This commit is contained in:
Francisco Arceo 2025-10-10 00:45:20 -04:00 committed by Francisco Javier Arceo
parent b2a883842b
commit 2ba7b186f1

View file

@ -239,7 +239,6 @@ class OpenAIResponsesImpl:
raise InvalidConversationIdError(conversation) raise InvalidConversationIdError(conversation)
# Check conversation exists (raises ConversationNotFoundError if not) # Check conversation exists (raises ConversationNotFoundError if not)
_ = await self.conversations_api.get_conversation(conversation)
input = await self._load_conversation_context(conversation, input) input = await self._load_conversation_context(conversation, input)
stream_gen = self._create_streaming_response( stream_gen = self._create_streaming_response(