File tree Expand file tree Collapse file tree
slack_bolt/context/say_stream Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,6 +39,10 @@ async def __call__(
3939 thread_ts : Optional [str ] = None ,
4040 ** kwargs ,
4141 ) -> AsyncChatStream :
42+ """Starts a new chat stream with context.
43+
44+ Warning: This is an experimental feature and may change in future versions.
45+ """
4246 warnings .warn (
4347 "say_stream is experimental and may change in future versions." ,
4448 category = ExperimentalWarning ,
Original file line number Diff line number Diff line change @@ -39,6 +39,10 @@ def __call__(
3939 thread_ts : Optional [str ] = None ,
4040 ** kwargs ,
4141 ) -> ChatStream :
42+ """Starts a new chat stream with context.
43+
44+ Warning: This is an experimental feature and may change in future versions.
45+ """
4246 warnings .warn (
4347 "say_stream is experimental and may change in future versions." ,
4448 category = ExperimentalWarning ,
You can’t perform that action at this time.
0 commit comments