mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-12 12:06:04 +00:00
update comment
This commit is contained in:
parent
d47f2c0ba8
commit
540970aa1b
1 changed files with 0 additions and 1 deletions
|
|
@ -381,7 +381,6 @@ class OpenAIResponsesImpl:
|
||||||
"""Sync content and response messages to the conversation."""
|
"""Sync content and response messages to the conversation."""
|
||||||
conversation_items = []
|
conversation_items = []
|
||||||
|
|
||||||
# add user content message(s) -- fix this, it is somewhat hacky and feels non comprehensive
|
|
||||||
if isinstance(input, str):
|
if isinstance(input, str):
|
||||||
conversation_items.append(
|
conversation_items.append(
|
||||||
OpenAIResponseMessage(role="user", content=[OpenAIResponseInputMessageContentText(text=input)])
|
OpenAIResponseMessage(role="user", content=[OpenAIResponseInputMessageContentText(text=input)])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue