mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-03 03:42:15 +00:00
temp commit
This commit is contained in:
parent
e3edca7739
commit
ca2922a455
3 changed files with 44 additions and 9 deletions
|
|
@ -545,6 +545,7 @@ class ChatAgent(ShieldRunnerMixin):
|
|||
)
|
||||
|
||||
elif delta.type == "text":
|
||||
delta.text = "hello"
|
||||
content += delta.text
|
||||
if stream and event.stop_reason is None:
|
||||
yield AgentTurnResponseStreamChunk(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue