mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-12 12:06:04 +00:00
Update openai_responses.py
This commit is contained in:
parent
b2a883842b
commit
2ba7b186f1
1 changed files with 0 additions and 1 deletions
|
|
@ -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(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue