@@ -875,6 +875,24 @@ types:
875875 custom_voice : optional<PostedCustomVoice>
876876 source :
877877 openapi : stenographer-openapi.json
878+ PostedWebhookEventType :
879+ enum :
880+ - chat_started
881+ - chat_ended
882+ docs : Events this URL is subscribed to
883+ source :
884+ openapi : stenographer-openapi.json
885+ PostedWebhookSpec :
886+ docs : URL and settings for a specific webhook to be posted to the server
887+ properties :
888+ url :
889+ type : string
890+ docs : URL to send the webhook to
891+ events :
892+ docs : Events this URL is subscribed to
893+ type : list<PostedWebhookEventType>
894+ source :
895+ openapi : stenographer-openapi.json
878896 ReturnBuiltinToolToolType :
879897 enum :
880898 - BUILTIN
@@ -978,6 +996,9 @@ types:
978996 docs : List of built-in tools associated with this Config.
979997 event_messages : optional<ReturnEventMessageSpecs>
980998 timeouts : optional<ReturnTimeoutSpecs>
999+ webhooks :
1000+ type : optional<list<optional<ReturnWebhookSpec>>>
1001+ docs : Map of webhooks associated with this config.
9811002 source :
9821003 openapi : stenographer-openapi.json
9831004 ReturnEllmModel :
@@ -1225,6 +1246,24 @@ types:
12251246 custom_voice : optional<ReturnCustomVoice>
12261247 source :
12271248 openapi : stenographer-openapi.json
1249+ ReturnWebhookEventType :
1250+ enum :
1251+ - chat_started
1252+ - chat_ended
1253+ docs : Events this URL is subscribed to
1254+ source :
1255+ openapi : stenographer-openapi.json
1256+ ReturnWebhookSpec :
1257+ docs : Collection of webhook URL endpoints to be returned from the server
1258+ properties :
1259+ url :
1260+ type : string
1261+ docs : Webhook URL to send the event updates to
1262+ events :
1263+ docs : Events this URL is subscribed to
1264+ type : list<ReturnWebhookEventType>
1265+ source :
1266+ openapi : stenographer-openapi.json
12281267 ReturnPagedUserDefinedTools :
12291268 docs : A paginated list of user defined tool versions returned from the server
12301269 properties :
@@ -1843,39 +1882,6 @@ types:
18431882 epoch milliseconds.
18441883 source :
18451884 openapi : stenographer-openapi.json
1846- ReturnActiveChatCount :
1847- docs : A description of current chat chat sessions for a user
1848- properties :
1849- timestamp :
1850- type : long
1851- docs : >-
1852- The timestamp for when chat status was measured. Formatted as a Unix
1853- epoch milliseconds.
1854- total_user_active_chats :
1855- type : integer
1856- docs : The total number of active chats for this user.
1857- max_allowed_active_chats :
1858- type : optional<integer>
1859- docs : The maximum number of concurrent active chats for this user.
1860- more_active_chats_allowed :
1861- type : boolean
1862- docs : Boolean indicating if the user is allowed to start more chats.
1863- per_tag :
1864- type : optional<list<optional<ReturnActiveChatCountPerTag>>>
1865- docs : Optional List of chat counts per tag.
1866- source :
1867- openapi : stenographer-openapi.json
1868- ReturnActiveChatCountPerTag :
1869- docs : A description of current chat chat sessions per tag
1870- properties :
1871- tag :
1872- type : string
1873- docs : User tag applied to a chat.
1874- total_tag_active_chats :
1875- type : integer
1876- docs : The total number of active chats for this user with the specified tag.
1877- source :
1878- openapi : stenographer-openapi.json
18791885 ReturnChatGroup :
18801886 docs : A description of chat_group and its status
18811887 properties :
@@ -1899,6 +1905,7 @@ types:
18991905 docs : >-
19001906 The `chat_id` of the most recent Chat in this Chat Group. Formatted as
19011907 a UUID.
1908+ most_recent_config : optional<ReturnConfigSpec>
19021909 num_chats :
19031910 type : integer
19041911 docs : The total number of Chats in this Chat Group.
@@ -3183,21 +3190,3 @@ types:
31833190 type : string
31843191 source :
31853192 openapi : assistant-openapi.json
3186- VoiceNameEnum :
3187- enum :
3188- - ITO
3189- - KORA
3190- - DACHER
3191- - AURA
3192- - FINN
3193- - SIENNA
3194- - WILLOW
3195- - SCOUT
3196- - WHIMSY
3197- - ACE
3198- - JUNO
3199- - STELLA
3200- - HIRO
3201- - SUNNY
3202- source :
3203- openapi : assistant-openapi.json
0 commit comments