temp commit

This commit is contained in:
Botao Chen 2025-03-11 15:40:35 -07:00
parent e3edca7739
commit ca2922a455
3 changed files with 44 additions and 9 deletions

View file

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