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], )