We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98ce1ee commit 53a5861Copy full SHA for 53a5861
examples/helloworld/__main__.py
@@ -24,7 +24,7 @@
24
version='1.0.0',
25
defaultInputModes=['text'],
26
defaultOutputModes=['text'],
27
- capabilities=AgentCapabilities(streaming=False),
+ capabilities=AgentCapabilities(streaming=True),
28
skills=[skill],
29
)
30
0 commit comments