Skip to content

Commit 436c931

Browse files
disable stream for helloworld example, since it do not support (#53)
Signed-off-by: vincent-pli <[email protected]> Co-authored-by: Holt Skinner <[email protected]>
1 parent cd6455a commit 436c931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/helloworld/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
version='1.0.0',
2525
defaultInputModes=['text'],
2626
defaultOutputModes=['text'],
27-
capabilities=AgentCapabilities(streaming=True),
27+
capabilities=AgentCapabilities(streaming=False),
2828
skills=[skill],
2929
)
3030

0 commit comments

Comments
 (0)