From c8eeb3ec68cea31aa7bfae7e8a33305a139fa2a9 Mon Sep 17 00:00:00 2001 From: kthota-g Date: Mon, 19 May 2025 19:59:18 -0700 Subject: [PATCH] Revert "disable stream for helloworld example, since it do not support (#53)" This reverts commit 436c93168825612b95919eeceea37469c994c64c. --- examples/helloworld/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/helloworld/__main__.py b/examples/helloworld/__main__.py index fe14a617..dfd9818f 100644 --- a/examples/helloworld/__main__.py +++ b/examples/helloworld/__main__.py @@ -24,7 +24,7 @@ version='1.0.0', defaultInputModes=['text'], defaultOutputModes=['text'], - capabilities=AgentCapabilities(streaming=False), + capabilities=AgentCapabilities(streaming=True), skills=[skill], )