mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-12 12:06:04 +00:00
adding get call back in, list doesn't fail
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
c95b5f7736
commit
9799e21e6d
1 changed files with 1 additions and 0 deletions
|
|
@ -240,6 +240,7 @@ 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