This commit is contained in:
Botao Chen 2025-03-11 20:41:11 -07:00
parent cb42e1d9d4
commit 3ca640be7f
3 changed files with 7 additions and 16 deletions

View file

@ -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(