This commit is contained in:
Botao Chen 2025-03-11 20:37:42 -07:00
parent ca2922a455
commit cb42e1d9d4
2 changed files with 57 additions and 30 deletions

View file

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