mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-02 22:02:16 +00:00
commit
This commit is contained in:
parent
ca2922a455
commit
cb42e1d9d4
2 changed files with 57 additions and 30 deletions
|
|
@ -545,7 +545,7 @@ class ChatAgent(ShieldRunnerMixin):
|
|||
)
|
||||
|
||||
elif delta.type == "text":
|
||||
delta.text = "hello"
|
||||
# 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