mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-02 21:42:01 +00:00
refine
This commit is contained in:
parent
cb42e1d9d4
commit
3ca640be7f
3 changed files with 7 additions and 16 deletions
|
|
@ -545,7 +545,6 @@ 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