From 398dae41a253e57195e3196bc5e3ac3480e1b387 Mon Sep 17 00:00:00 2001 From: vincent-pli Date: Tue, 20 May 2025 10:31:52 +0800 Subject: [PATCH] disable stream for helloworld example, since it do not support Signed-off-by: vincent-pli --- 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 dfd9818f..fe14a617 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=True), + capabilities=AgentCapabilities(streaming=False), skills=[skill], )