Skip to content

Commit 53a5861

Browse files
authored
Revert "disable stream for helloworld example, since it do not support (#53)" (#55)
This reverts commit 436c931.
1 parent 98ce1ee commit 53a5861

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=False),
27+
capabilities=AgentCapabilities(streaming=True),
2828
skills=[skill],
2929
)
3030

0 commit comments

Comments
 (0)