File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -957,6 +957,7 @@ def send_thinking_indicator(self,
957
957
visibility : str = None ,
958
958
title : str = None ,
959
959
description : str = None ,
960
+ custom_id : str = None ,
960
961
payload : dict = None ) -> RtmResponse :
961
962
''' Sends a thinking indicator.
962
963
@@ -965,6 +966,7 @@ def send_thinking_indicator(self,
965
966
visibility (str): Possible values: `all`, `agents`.
966
967
title (str): Title of the thinking indicator.
967
968
description (str): Description of the thinking indicator.
969
+ custom_id (str): Custom ID for the thinking indicator.
968
970
payload (dict): Custom payload to be used as request's data.
969
971
It overrides all other parameters provided for the method.
970
972
Original file line number Diff line number Diff line change @@ -992,6 +992,7 @@ def send_thinking_indicator(self,
992
992
title : str = None ,
993
993
description : str = None ,
994
994
visibility : str = None ,
995
+ custom_id : str = None ,
995
996
payload : dict = None ,
996
997
headers : dict = None ) -> httpx .Response :
997
998
''' Sends thinking indicator.
@@ -1001,6 +1002,7 @@ def send_thinking_indicator(self,
1001
1002
title (str): Title of the thinking indicator.
1002
1003
description (str): Description of the thinking indicator.
1003
1004
visibility (str): Possible values: `all`, `agents`.
1005
+ custom_id (str): Custom ID for the thinking indicator.
1004
1006
payload (dict): Custom payload to be used as request's data.
1005
1007
It overrides all other parameters provided for the method.
1006
1008
headers (dict): Custom headers to be used with session headers.
You can’t perform that action at this time.
0 commit comments