telnyx 5.0.0 → 5.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (241) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +38 -0
  3. data/README.md +1 -1
  4. data/lib/telnyx/client.rb +4 -0
  5. data/lib/telnyx/internal/type/union.rb +1 -1
  6. data/lib/telnyx/models/ai/assistant.rb +39 -4
  7. data/lib/telnyx/models/ai/assistant_create_params.rb +187 -6
  8. data/lib/telnyx/models/ai/assistant_imports_params.rb +10 -1
  9. data/lib/telnyx/models/ai/assistant_tool.rb +400 -3
  10. data/lib/telnyx/models/ai/assistant_update_params.rb +187 -6
  11. data/lib/telnyx/models/ai/assistants/update_assistant.rb +189 -6
  12. data/lib/telnyx/models/ai/bucket_ids.rb +7 -1
  13. data/lib/telnyx/models/ai/chat_create_completion_params.rb +4 -4
  14. data/lib/telnyx/models/ai/inference_embedding.rb +187 -6
  15. data/lib/telnyx/models/ai/messaging_settings.rb +10 -1
  16. data/lib/telnyx/models/ai/retrieval_tool.rb +3 -3
  17. data/lib/telnyx/models/ai/telephony_settings.rb +142 -1
  18. data/lib/telnyx/models/ai/transfer_tool.rb +46 -3
  19. data/lib/telnyx/models/ai/voice_settings.rb +1 -1
  20. data/lib/telnyx/models/ai/webhook_tool.rb +256 -3
  21. data/lib/telnyx/models/call_control_application_list_params.rb +16 -18
  22. data/lib/telnyx/models/call_event_list_params.rb +16 -18
  23. data/lib/telnyx/models/calls/action_add_ai_assistant_messages_params.rb +289 -0
  24. data/lib/telnyx/models/calls/action_add_ai_assistant_messages_response.rb +18 -0
  25. data/lib/telnyx/models/calls/action_start_noise_suppression_params.rb +7 -4
  26. data/lib/telnyx/models/conference_list_params.rb +16 -18
  27. data/lib/telnyx/models/conference_list_participants_params.rb +16 -18
  28. data/lib/telnyx/models/connection_list_active_calls_params.rb +16 -18
  29. data/lib/telnyx/models/fax_create_params.rb +10 -1
  30. data/lib/telnyx/models/messaging_10dlc/brand_retrieve_sms_otp_status_params.rb +1 -9
  31. data/lib/telnyx/models/messaging_profile.rb +11 -1
  32. data/lib/telnyx/models/messaging_profile_create_params.rb +11 -1
  33. data/lib/telnyx/models/messaging_profile_update_params.rb +11 -1
  34. data/lib/telnyx/models/messaging_tollfree/verification/tf_verification_request.rb +14 -1
  35. data/lib/telnyx/models/messaging_tollfree/verification/verification_request_egress.rb +17 -1
  36. data/lib/telnyx/models/messaging_tollfree/verification/verification_request_status.rb +17 -1
  37. data/lib/telnyx/models/organizations/user_get_groups_report_params.rb +32 -0
  38. data/lib/telnyx/models/organizations/user_get_groups_report_response.rb +132 -0
  39. data/lib/telnyx/models/organizations/user_list_params.rb +73 -0
  40. data/lib/telnyx/models/organizations/user_list_response.rb +118 -0
  41. data/lib/telnyx/models/organizations/user_retrieve_params.rb +29 -0
  42. data/lib/telnyx/models/organizations/user_retrieve_response.rb +129 -0
  43. data/lib/telnyx/models/organizations/users/action_remove_params.rb +18 -0
  44. data/lib/telnyx/models/organizations/users/action_remove_response.rb +133 -0
  45. data/lib/telnyx/models/private_wireless_gateway_status.rb +3 -2
  46. data/lib/telnyx/models/queues/call_list_params.rb +16 -18
  47. data/lib/telnyx/models/sim_card_list_params.rb +11 -3
  48. data/lib/telnyx/models/texml/accounts/queue_list_params.rb +64 -0
  49. data/lib/telnyx/models/texml/accounts/queue_list_response.rb +155 -0
  50. data/lib/telnyx/models/unsafe_unwrap_webhook_event.rb +1 -7
  51. data/lib/telnyx/models/unwrap_webhook_event.rb +1 -7
  52. data/lib/telnyx/models.rb +2 -6
  53. data/lib/telnyx/resources/ai/assistants/tools.rb +2 -2
  54. data/lib/telnyx/resources/ai/assistants/versions.rb +18 -16
  55. data/lib/telnyx/resources/ai/assistants.rb +15 -9
  56. data/lib/telnyx/resources/ai/clusters.rb +1 -1
  57. data/lib/telnyx/resources/ai/embeddings.rb +1 -1
  58. data/lib/telnyx/resources/bundle_pricing/user_bundles.rb +1 -1
  59. data/lib/telnyx/resources/call_control_applications.rb +8 -4
  60. data/lib/telnyx/resources/call_events.rb +8 -4
  61. data/lib/telnyx/resources/calls/actions.rb +31 -0
  62. data/lib/telnyx/resources/conferences.rb +16 -8
  63. data/lib/telnyx/resources/connections.rb +8 -4
  64. data/lib/telnyx/resources/faxes.rb +3 -1
  65. data/lib/telnyx/resources/messages.rb +1 -1
  66. data/lib/telnyx/resources/messaging_10dlc/brand.rb +10 -14
  67. data/lib/telnyx/resources/messaging_profiles/autoresp_configs.rb +6 -6
  68. data/lib/telnyx/resources/messaging_profiles.rb +6 -2
  69. data/lib/telnyx/resources/messaging_tollfree/verification/requests.rb +6 -2
  70. data/lib/telnyx/resources/operator_connect/actions.rb +1 -1
  71. data/lib/telnyx/resources/organizations/users/actions.rb +38 -0
  72. data/lib/telnyx/resources/organizations/users.rb +114 -0
  73. data/lib/telnyx/resources/organizations.rb +18 -0
  74. data/lib/telnyx/resources/phone_numbers/jobs.rb +1 -1
  75. data/lib/telnyx/resources/queues/calls.rb +8 -4
  76. data/lib/telnyx/resources/sim_cards/actions.rb +6 -6
  77. data/lib/telnyx/resources/texml/accounts/calls/recordings.rb +1 -1
  78. data/lib/telnyx/resources/texml/accounts/queues.rb +41 -0
  79. data/lib/telnyx/resources/usage_reports.rb +2 -2
  80. data/lib/telnyx/resources/webhooks.rb +2 -2
  81. data/lib/telnyx/version.rb +1 -1
  82. data/lib/telnyx.rb +15 -69
  83. data/rbi/telnyx/client.rbi +3 -0
  84. data/rbi/telnyx/models/ai/assistant.rbi +91 -5
  85. data/rbi/telnyx/models/ai/assistant_create_params.rbi +449 -14
  86. data/rbi/telnyx/models/ai/assistant_imports_params.rbi +13 -0
  87. data/rbi/telnyx/models/ai/assistant_tool.rbi +910 -2
  88. data/rbi/telnyx/models/ai/assistant_update_params.rbi +449 -14
  89. data/rbi/telnyx/models/ai/assistants/update_assistant.rbi +454 -17
  90. data/rbi/telnyx/models/ai/bucket_ids.rbi +6 -0
  91. data/rbi/telnyx/models/ai/chat_create_completion_params.rbi +6 -13
  92. data/rbi/telnyx/models/ai/inference_embedding.rbi +447 -13
  93. data/rbi/telnyx/models/ai/messaging_settings.rbi +13 -0
  94. data/rbi/telnyx/models/ai/retrieval_tool.rbi +4 -8
  95. data/rbi/telnyx/models/ai/telephony_settings.rbi +347 -3
  96. data/rbi/telnyx/models/ai/transfer_tool.rbi +87 -6
  97. data/rbi/telnyx/models/ai/voice_settings.rbi +2 -2
  98. data/rbi/telnyx/models/ai/webhook_tool.rbi +584 -8
  99. data/rbi/telnyx/models/call_control_application_list_params.rbi +23 -35
  100. data/rbi/telnyx/models/call_event_list_params.rbi +23 -35
  101. data/rbi/telnyx/models/calls/action_add_ai_assistant_messages_params.rbi +583 -0
  102. data/rbi/telnyx/models/calls/action_add_ai_assistant_messages_response.rbi +39 -0
  103. data/rbi/telnyx/models/calls/action_start_noise_suppression_params.rbi +14 -6
  104. data/rbi/telnyx/models/conference_list_params.rbi +23 -35
  105. data/rbi/telnyx/models/conference_list_participants_params.rbi +23 -35
  106. data/rbi/telnyx/models/connection_list_active_calls_params.rbi +23 -35
  107. data/rbi/telnyx/models/fax_create_params.rbi +13 -0
  108. data/rbi/telnyx/models/messaging_10dlc/brand_retrieve_sms_otp_status_params.rbi +5 -21
  109. data/rbi/telnyx/models/messaging_profile.rbi +15 -0
  110. data/rbi/telnyx/models/messaging_profile_create_params.rbi +15 -0
  111. data/rbi/telnyx/models/messaging_profile_update_params.rbi +15 -0
  112. data/rbi/telnyx/models/messaging_tollfree/verification/tf_verification_request.rbi +12 -0
  113. data/rbi/telnyx/models/messaging_tollfree/verification/verification_request_egress.rbi +10 -0
  114. data/rbi/telnyx/models/messaging_tollfree/verification/verification_request_status.rbi +10 -0
  115. data/rbi/telnyx/models/organizations/user_get_groups_report_params.rbi +93 -0
  116. data/rbi/telnyx/models/organizations/user_get_groups_report_response.rbi +253 -0
  117. data/rbi/telnyx/models/organizations/user_list_params.rbi +152 -0
  118. data/rbi/telnyx/models/organizations/user_list_response.rbi +231 -0
  119. data/rbi/telnyx/models/organizations/user_retrieve_params.rbi +55 -0
  120. data/rbi/telnyx/models/organizations/user_retrieve_response.rbi +275 -0
  121. data/rbi/telnyx/models/organizations/users/action_remove_params.rbi +34 -0
  122. data/rbi/telnyx/models/organizations/users/action_remove_response.rbi +282 -0
  123. data/rbi/telnyx/models/private_wireless_gateway_status.rbi +4 -2
  124. data/rbi/telnyx/models/queues/call_list_params.rbi +23 -35
  125. data/rbi/telnyx/models/sim_card_list_params.rbi +14 -3
  126. data/rbi/telnyx/models/texml/accounts/queue_list_params.rbi +103 -0
  127. data/rbi/telnyx/models/texml/accounts/queue_list_response.rbi +269 -0
  128. data/rbi/telnyx/models/unsafe_unwrap_webhook_event.rbi +0 -3
  129. data/rbi/telnyx/models/unwrap_webhook_event.rbi +0 -3
  130. data/rbi/telnyx/models.rbi +2 -6
  131. data/rbi/telnyx/resources/ai/assistants/tools.rbi +2 -2
  132. data/rbi/telnyx/resources/ai/assistants/versions.rbi +26 -19
  133. data/rbi/telnyx/resources/ai/assistants.rbi +32 -14
  134. data/rbi/telnyx/resources/ai/chat.rbi +1 -1
  135. data/rbi/telnyx/resources/ai/clusters.rbi +1 -1
  136. data/rbi/telnyx/resources/ai/embeddings.rbi +1 -1
  137. data/rbi/telnyx/resources/bundle_pricing/user_bundles.rbi +1 -1
  138. data/rbi/telnyx/resources/call_control_applications.rbi +7 -1
  139. data/rbi/telnyx/resources/call_events.rbi +5 -1
  140. data/rbi/telnyx/resources/calls/actions.rbi +37 -2
  141. data/rbi/telnyx/resources/conferences.rbi +10 -2
  142. data/rbi/telnyx/resources/connections.rbi +5 -1
  143. data/rbi/telnyx/resources/faxes.rbi +4 -0
  144. data/rbi/telnyx/resources/messages.rbi +1 -1
  145. data/rbi/telnyx/resources/messaging_10dlc/brand.rbi +8 -11
  146. data/rbi/telnyx/resources/messaging_profiles/autoresp_configs.rbi +6 -6
  147. data/rbi/telnyx/resources/messaging_profiles.rbi +10 -0
  148. data/rbi/telnyx/resources/messaging_tollfree/verification/requests.rbi +10 -0
  149. data/rbi/telnyx/resources/operator_connect/actions.rbi +1 -1
  150. data/rbi/telnyx/resources/organizations/users/actions.rbi +32 -0
  151. data/rbi/telnyx/resources/organizations/users.rbi +88 -0
  152. data/rbi/telnyx/resources/organizations.rbi +15 -0
  153. data/rbi/telnyx/resources/phone_numbers/jobs.rbi +1 -1
  154. data/rbi/telnyx/resources/queues/calls.rbi +5 -1
  155. data/rbi/telnyx/resources/sim_cards/actions.rbi +6 -6
  156. data/rbi/telnyx/resources/sim_cards.rbi +1 -1
  157. data/rbi/telnyx/resources/texml/accounts/calls/recordings.rbi +1 -1
  158. data/rbi/telnyx/resources/texml/accounts/queues.rbi +32 -0
  159. data/rbi/telnyx/resources/usage_reports.rbi +2 -2
  160. data/rbi/telnyx/resources/webhooks.rbi +0 -6
  161. data/sig/telnyx/client.rbs +2 -0
  162. data/sig/telnyx/models/ai/assistant.rbs +44 -1
  163. data/sig/telnyx/models/ai/assistant_create_params.rbs +176 -1
  164. data/sig/telnyx/models/ai/assistant_imports_params.rbs +8 -1
  165. data/sig/telnyx/models/ai/assistant_tool.rbs +367 -2
  166. data/sig/telnyx/models/ai/assistant_update_params.rbs +176 -1
  167. data/sig/telnyx/models/ai/assistants/update_assistant.rbs +178 -3
  168. data/sig/telnyx/models/ai/chat_create_completion_params.rbs +4 -7
  169. data/sig/telnyx/models/ai/inference_embedding.rbs +178 -3
  170. data/sig/telnyx/models/ai/messaging_settings.rbs +7 -0
  171. data/sig/telnyx/models/ai/retrieval_tool.rbs +4 -4
  172. data/sig/telnyx/models/ai/telephony_settings.rbs +133 -4
  173. data/sig/telnyx/models/ai/transfer_tool.rbs +42 -4
  174. data/sig/telnyx/models/ai/webhook_tool.rbs +241 -4
  175. data/sig/telnyx/models/call_control_application_list_params.rbs +17 -26
  176. data/sig/telnyx/models/call_event_list_params.rbs +18 -27
  177. data/sig/telnyx/models/calls/action_add_ai_assistant_messages_params.rbs +240 -0
  178. data/sig/telnyx/models/calls/action_add_ai_assistant_messages_response.rbs +20 -0
  179. data/sig/telnyx/models/calls/action_start_noise_suppression_params.rbs +2 -1
  180. data/sig/telnyx/models/conference_list_params.rbs +17 -26
  181. data/sig/telnyx/models/conference_list_participants_params.rbs +17 -26
  182. data/sig/telnyx/models/connection_list_active_calls_params.rbs +20 -27
  183. data/sig/telnyx/models/fax_create_params.rbs +7 -0
  184. data/sig/telnyx/models/messaging_10dlc/brand_retrieve_sms_otp_status_params.rbs +3 -13
  185. data/sig/telnyx/models/messaging_profile.rbs +7 -0
  186. data/sig/telnyx/models/messaging_profile_create_params.rbs +7 -0
  187. data/sig/telnyx/models/messaging_profile_update_params.rbs +7 -0
  188. data/sig/telnyx/models/messaging_tollfree/verification/tf_verification_request.rbs +5 -0
  189. data/sig/telnyx/models/messaging_tollfree/verification/verification_request_egress.rbs +5 -0
  190. data/sig/telnyx/models/messaging_tollfree/verification/verification_request_status.rbs +5 -0
  191. data/sig/telnyx/models/organizations/user_get_groups_report_params.rbs +43 -0
  192. data/sig/telnyx/models/organizations/user_get_groups_report_response.rbs +104 -0
  193. data/sig/telnyx/models/organizations/user_list_params.rbs +72 -0
  194. data/sig/telnyx/models/organizations/user_list_response.rbs +99 -0
  195. data/sig/telnyx/models/organizations/user_retrieve_params.rbs +27 -0
  196. data/sig/telnyx/models/organizations/user_retrieve_response.rbs +118 -0
  197. data/sig/telnyx/models/organizations/users/action_remove_params.rbs +19 -0
  198. data/sig/telnyx/models/organizations/users/action_remove_response.rbs +122 -0
  199. data/sig/telnyx/models/queues/call_list_params.rbs +20 -27
  200. data/sig/telnyx/models/sim_card_list_params.rbs +7 -0
  201. data/sig/telnyx/models/texml/accounts/queue_list_params.rbs +60 -0
  202. data/sig/telnyx/models/texml/accounts/queue_list_response.rbs +152 -0
  203. data/sig/telnyx/models/unsafe_unwrap_webhook_event.rbs +0 -3
  204. data/sig/telnyx/models/unwrap_webhook_event.rbs +0 -3
  205. data/sig/telnyx/models.rbs +2 -6
  206. data/sig/telnyx/resources/ai/assistants/versions.rbs +1 -0
  207. data/sig/telnyx/resources/ai/assistants.rbs +3 -0
  208. data/sig/telnyx/resources/call_control_applications.rbs +3 -1
  209. data/sig/telnyx/resources/call_events.rbs +3 -1
  210. data/sig/telnyx/resources/calls/actions.rbs +8 -0
  211. data/sig/telnyx/resources/conferences.rbs +6 -2
  212. data/sig/telnyx/resources/connections.rbs +3 -1
  213. data/sig/telnyx/resources/faxes.rbs +1 -0
  214. data/sig/telnyx/resources/messaging_10dlc/brand.rbs +1 -2
  215. data/sig/telnyx/resources/messaging_profiles.rbs +2 -0
  216. data/sig/telnyx/resources/messaging_tollfree/verification/requests.rbs +2 -0
  217. data/sig/telnyx/resources/organizations/users/actions.rbs +16 -0
  218. data/sig/telnyx/resources/organizations/users.rbs +31 -0
  219. data/sig/telnyx/resources/organizations.rbs +9 -0
  220. data/sig/telnyx/resources/queues/calls.rbs +3 -1
  221. data/sig/telnyx/resources/texml/accounts/queues.rbs +10 -0
  222. data/sig/telnyx/resources/webhooks.rbs +0 -6
  223. metadata +47 -20
  224. data/lib/telnyx/models/ai/inference_embedding_bucket_ids.rb +0 -31
  225. data/lib/telnyx/models/ai/inference_embedding_transfer_tool_params.rb +0 -93
  226. data/lib/telnyx/models/ai/inference_embedding_webhook_tool_params.rb +0 -265
  227. data/lib/telnyx/models/streaming_failed_webhook_event.rb +0 -15
  228. data/lib/telnyx/models/streaming_started_webhook_event.rb +0 -15
  229. data/lib/telnyx/models/streaming_stopped_webhook_event.rb +0 -15
  230. data/rbi/telnyx/models/ai/inference_embedding_bucket_ids.rbi +0 -54
  231. data/rbi/telnyx/models/ai/inference_embedding_transfer_tool_params.rbi +0 -185
  232. data/rbi/telnyx/models/ai/inference_embedding_webhook_tool_params.rbi +0 -621
  233. data/rbi/telnyx/models/streaming_failed_webhook_event.rbi +0 -30
  234. data/rbi/telnyx/models/streaming_started_webhook_event.rbi +0 -30
  235. data/rbi/telnyx/models/streaming_stopped_webhook_event.rbi +0 -30
  236. data/sig/telnyx/models/ai/inference_embedding_bucket_ids.rbs +0 -26
  237. data/sig/telnyx/models/ai/inference_embedding_transfer_tool_params.rbs +0 -75
  238. data/sig/telnyx/models/ai/inference_embedding_webhook_tool_params.rbs +0 -242
  239. data/sig/telnyx/models/streaming_failed_webhook_event.rbs +0 -15
  240. data/sig/telnyx/models/streaming_started_webhook_event.rbs +0 -16
  241. data/sig/telnyx/models/streaming_stopped_webhook_event.rbs +0 -16
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f827032c51307653bb703bbdcaf18c67dd2616d9d406af7d8424f36d572d46ea
4
- data.tar.gz: 5d73b33d70182d9554f6b94173d97577e2ad9ec97b8b390fd5866525d97b5283
3
+ metadata.gz: f5d7cccbe1101bf1797c7dfef6f4aa58757c273c7b6c5798c76b62a01035129c
4
+ data.tar.gz: f141d9ab63e0cc16ad02d78b5cd92d2064e8e4780230d45c10e665a7214120c7
5
5
  SHA512:
6
- metadata.gz: cbf0a9bcdae44022f3b94948b5034153f252c2cda758392da4570a41e3955984c3fe4693b50e1af79c29f9367141fcb0e78bfc0ed8e21e233642e414f731d9b4
7
- data.tar.gz: 1cb5a174cfe88597524b4743e16bf644e748c6a2ecc3d47ef65c61814f086464fda2dc29fc5c88dc2ecca2bbdb8c69e8cb7777198594e157fb5b845660364785
6
+ metadata.gz: 2210ab54cc8f567a80510be4feb5609ab5021fbc7a9f7762789537fd96309adf9fdc535f38f521007123119aa4aa601bd5b22a4eb62dcdc6aa6bf12b2d47b5d5
7
+ data.tar.gz: c97ffd12ff2e29a3081d63f32b978934bb1045693011c41cb0d2daf3f5207e58854b7e12bbc1e3a694442a2994f49bf6fe46bd0bc7ad8fc87d407067b9a91638
data/CHANGELOG.md CHANGED
@@ -1,5 +1,43 @@
1
1
  # Changelog
2
2
 
3
+ ## 5.1.0 (2026-01-22)
4
+
5
+ Full Changelog: [v5.0.0...v5.1.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.0.0...v5.1.0)
6
+
7
+ ### Features
8
+
9
+ * Add AI Assistant spec updates for FE tickets ([80b0583](https://github.com/team-telnyx/telnyx-ruby/commit/80b05831a12d362f5a84164f50814158d5d7c925))
10
+ * Add Post /v2/calls/:call_control_id/actions/ai_assistant_add_messages ([8acb311](https://github.com/team-telnyx/telnyx-ruby/commit/8acb311d61248c2c30c4217fd0849e0fa9942b4c))
11
+ * Add widget_settings to AI Assistant and import_ids to ImportAssistant… ([e929796](https://github.com/team-telnyx/telnyx-ruby/commit/e929796431b12a5903b6bfee564dcbe2ac6d3870))
12
+ * **api:** fix default pagination by correctly using nested params ([3dda244](https://github.com/team-telnyx/telnyx-ruby/commit/3dda2443cc36885712872db57d1162d9496014ab))
13
+ * **api:** manual updates ([c92c83a](https://github.com/team-telnyx/telnyx-ruby/commit/c92c83ad09b5ff5baccd02523eec7580acf5fa39))
14
+ * Deploy dev/mc vady wip ([e1a1d64](https://github.com/team-telnyx/telnyx-ruby/commit/e1a1d64640c80c78817f973b9d9296d3c557b9ee))
15
+ * fix links ([a15ee78](https://github.com/team-telnyx/telnyx-ruby/commit/a15ee783cd9eecb3f0b6bbe2508179430f8860ea))
16
+ * fix-external-connection-link ([9a8b302](https://github.com/team-telnyx/telnyx-ruby/commit/9a8b30277f6bf0b4da26c6f2f31e433574a3a0f4))
17
+ * fix-redocly-lint-issues ([9dc1212](https://github.com/team-telnyx/telnyx-ruby/commit/9dc1212679047dcedb14fe14dd4ec541e50002e4))
18
+ * jira-engdesk-48800 add organizations-related docs to the external api… ([099ca64](https://github.com/team-telnyx/telnyx-ruby/commit/099ca6447d362d9a0441370262b8f930ac02fb8b))
19
+ * MSG-6148: adding the new campaignVerifyAuthorizationToken field and missing GET OTP endpoint ([17f13ce](https://github.com/team-telnyx/telnyx-ruby/commit/17f13ce8be76bd68d2bf834f221c082a04bd29b5))
20
+ * MSG-6228: MSG-6228: Add smart_encoding option for SMS character encoding optimization ([efa6530](https://github.com/team-telnyx/telnyx-ruby/commit/efa6530165d00916ba68643ba30a2ff48bf83465))
21
+ * TELAPPS Add GET /texml/Accounts/{account_sid}/Queues endpoint ([2f7d693](https://github.com/team-telnyx/telnyx-ruby/commit/2f7d6930b98d44cc3b02c8168a5585c502e1cc7e))
22
+ * TELAPPS-5507: Add Krisp engine description for noise suppression ([3fe5e71](https://github.com/team-telnyx/telnyx-ruby/commit/3fe5e71c68a8f43e55f966e5df691ad015892be6))
23
+ * TELAPPS-ENGDESK-47967 Add black_threshold parameter to send_fax request ([e6152a2](https://github.com/team-telnyx/telnyx-ruby/commit/e6152a25c31010e0b6b9af02d98228e3d1d79c30))
24
+ * TELAPPS-ENGDESK-48790 Remove duplicated webhooks ([11dbee7](https://github.com/team-telnyx/telnyx-ruby/commit/11dbee7731fab28f02d2375da256a78cb1db39b3))
25
+ * Update voicemail_detection description with AMD enablement info ([0d8eef6](https://github.com/team-telnyx/telnyx-ruby/commit/0d8eef61fd3debe1a578fa81db5bd1fb2fe8c784))
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **client:** remove duplicate -require_relative imports ([fd31509](https://github.com/team-telnyx/telnyx-ruby/commit/fd31509ee0064f599cf90c47508fb73a847b34c7))
31
+ * correct broken link to List SIM Card Actions endpoint in SIM car… ([11e98c5](https://github.com/team-telnyx/telnyx-ruby/commit/11e98c566659d431c2e667b02698c0f325b46fce))
32
+ * **internal:** increase timeout for linting in ci ([b33ad1f](https://github.com/team-telnyx/telnyx-ruby/commit/b33ad1f0272f15b84f99221f85e00f2225c512d2))
33
+ * update broken MDR report link in GetMessage endpoint ([9f3c6df](https://github.com/team-telnyx/telnyx-ruby/commit/9f3c6df9d02eff35967f5a22eb43e4b1195b0c50))
34
+
35
+
36
+ ### Chores
37
+
38
+ * fix typo in descriptions ([5cd205d](https://github.com/team-telnyx/telnyx-ruby/commit/5cd205d01f84ca4429e5ddd20ef09a5c3c7708e5))
39
+ * **internal:** update `actions/checkout` version ([1825922](https://github.com/team-telnyx/telnyx-ruby/commit/1825922bb5de09c2f47df83d1ff47ba94cd4dc16))
40
+
3
41
  ## 5.0.0 (2026-01-09)
4
42
 
5
43
  Full Changelog: [v4.4.0...v5.0.0](https://github.com/team-telnyx/telnyx-ruby/compare/v4.4.0...v5.0.0)
data/README.md CHANGED
@@ -24,7 +24,7 @@ To use this gem, install via Bundler by adding the following to your application
24
24
  <!-- x-release-please-start-version -->
25
25
 
26
26
  ```ruby
27
- gem "telnyx", "~> 5.0.0"
27
+ gem "telnyx", "~> 5.1.0"
28
28
  ```
29
29
 
30
30
  <!-- x-release-please-end -->
data/lib/telnyx/client.rb CHANGED
@@ -477,6 +477,9 @@ module Telnyx
477
477
  # @return [Telnyx::Resources::SpeechToText]
478
478
  attr_reader :speech_to_text
479
479
 
480
+ # @return [Telnyx::Resources::Organizations]
481
+ attr_reader :organizations
482
+
480
483
  # @api private
481
484
  #
482
485
  # @return [Hash{String=>String}]
@@ -728,6 +731,7 @@ module Telnyx
728
731
  @mobile_voice_connections = Telnyx::Resources::MobileVoiceConnections.new(client: self)
729
732
  @messaging_10dlc = Telnyx::Resources::Messaging10dlc.new(client: self)
730
733
  @speech_to_text = Telnyx::Resources::SpeechToText.new(client: self)
734
+ @organizations = Telnyx::Resources::Organizations.new(client: self)
731
735
  end
732
736
  end
733
737
  end
@@ -8,7 +8,7 @@ module Telnyx
8
8
  # @example
9
9
  # # `assistant_tool` is a `Telnyx::AI::AssistantTool`
10
10
  # case assistant_tool
11
- # when Telnyx::AI::WebhookTool
11
+ # when Telnyx::AI::AssistantTool::Webhook
12
12
  # puts(assistant_tool.type)
13
13
  # when Telnyx::AI::RetrievalTool
14
14
  # puts(assistant_tool.retrieval)
@@ -29,7 +29,7 @@ module Telnyx
29
29
  # @!attribute tools
30
30
  # The tools that the voice assistant can use.
31
31
  #
32
- # @return [Array<Telnyx::Models::AI::Assistant::Tool::BookAppointment, Telnyx::Models::AI::Assistant::Tool::CheckAvailability, Telnyx::Models::AI::WebhookTool, Telnyx::Models::AI::HangupTool, Telnyx::Models::AI::TransferTool, Telnyx::Models::AI::RetrievalTool>, nil]
32
+ # @return [Array<Telnyx::Models::AI::Assistant::Tool::BookAppointment, Telnyx::Models::AI::Assistant::Tool::CheckAvailability, Telnyx::Models::AI::WebhookTool, Telnyx::Models::AI::HangupTool, Telnyx::Models::AI::TransferTool, Telnyx::Models::AI::Assistant::Tool::Retrieval>, nil]
33
33
  optional :tools, -> { Telnyx::Internal::Type::ArrayOf[union: Telnyx::AI::Assistant::Tool] }
34
34
 
35
35
  # @!method initialize(instructions: nil, model: nil, openai_api_key_ref: nil, tools: nil)
@@ -44,7 +44,7 @@ module Telnyx
44
44
  #
45
45
  # @param openai_api_key_ref [String] This is necessary only if the model selected is from OpenAI. You would pass the
46
46
  #
47
- # @param tools [Array<Telnyx::Models::AI::Assistant::Tool::BookAppointment, Telnyx::Models::AI::Assistant::Tool::CheckAvailability, Telnyx::Models::AI::WebhookTool, Telnyx::Models::AI::HangupTool, Telnyx::Models::AI::TransferTool, Telnyx::Models::AI::RetrievalTool>] The tools that the voice assistant can use.
47
+ # @param tools [Array<Telnyx::Models::AI::Assistant::Tool::BookAppointment, Telnyx::Models::AI::Assistant::Tool::CheckAvailability, Telnyx::Models::AI::WebhookTool, Telnyx::Models::AI::HangupTool, Telnyx::Models::AI::TransferTool, Telnyx::Models::AI::Assistant::Tool::Retrieval>] The tools that the voice assistant can use.
48
48
 
49
49
  module Tool
50
50
  extend Telnyx::Internal::Type::Union
@@ -61,7 +61,7 @@ module Telnyx
61
61
 
62
62
  variant :transfer, -> { Telnyx::AI::TransferTool }
63
63
 
64
- variant :retrieval, -> { Telnyx::AI::RetrievalTool }
64
+ variant :retrieval, -> { Telnyx::AI::Assistant::Tool::Retrieval }
65
65
 
66
66
  class BookAppointment < Telnyx::Internal::Type::BaseModel
67
67
  # @!attribute book_appointment
@@ -171,8 +171,43 @@ module Telnyx
171
171
  end
172
172
  end
173
173
 
174
+ class Retrieval < Telnyx::Internal::Type::BaseModel
175
+ # @!attribute retrieval
176
+ #
177
+ # @return [Telnyx::Models::AI::Assistant::Tool::Retrieval::Retrieval]
178
+ required :retrieval, -> { Telnyx::AI::Assistant::Tool::Retrieval::Retrieval }
179
+
180
+ # @!attribute type
181
+ #
182
+ # @return [Symbol, :retrieval]
183
+ required :type, const: :retrieval
184
+
185
+ # @!method initialize(retrieval:, type: :retrieval)
186
+ # @param retrieval [Telnyx::Models::AI::Assistant::Tool::Retrieval::Retrieval]
187
+ # @param type [Symbol, :retrieval]
188
+
189
+ # @see Telnyx::Models::AI::Assistant::Tool::Retrieval#retrieval
190
+ class Retrieval < Telnyx::Internal::Type::BaseModel
191
+ # @!attribute bucket_ids
192
+ #
193
+ # @return [Array<String>]
194
+ required :bucket_ids, Telnyx::Internal::Type::ArrayOf[String]
195
+
196
+ # @!attribute max_num_results
197
+ # The maximum number of results to retrieve as context for the language model.
198
+ #
199
+ # @return [Integer, nil]
200
+ optional :max_num_results, Integer
201
+
202
+ # @!method initialize(bucket_ids:, max_num_results: nil)
203
+ # @param bucket_ids [Array<String>]
204
+ #
205
+ # @param max_num_results [Integer] The maximum number of results to retrieve as context for the language model.
206
+ end
207
+ end
208
+
174
209
  # @!method self.variants
175
- # @return [Array(Telnyx::Models::AI::Assistant::Tool::BookAppointment, Telnyx::Models::AI::Assistant::Tool::CheckAvailability, Telnyx::Models::AI::WebhookTool, Telnyx::Models::AI::HangupTool, Telnyx::Models::AI::TransferTool, Telnyx::Models::AI::RetrievalTool)]
210
+ # @return [Array(Telnyx::Models::AI::Assistant::Tool::BookAppointment, Telnyx::Models::AI::Assistant::Tool::CheckAvailability, Telnyx::Models::AI::WebhookTool, Telnyx::Models::AI::HangupTool, Telnyx::Models::AI::TransferTool, Telnyx::Models::AI::Assistant::Tool::Retrieval)]
176
211
  end
177
212
  end
178
213
  end
@@ -17,7 +17,7 @@ module Telnyx
17
17
 
18
18
  # @!attribute model
19
19
  # ID of the model to use. You can use the
20
- # [Get models API](https://developers.telnyx.com/api/inference/inference-embedding/get-models-public-models-get)
20
+ # [Get models API](https://developers.telnyx.com/api-reference/chat/get-available-models)
21
21
  # to see all of your available models,
22
22
  #
23
23
  # @return [String]
@@ -56,7 +56,10 @@ module Telnyx
56
56
  # @!attribute greeting
57
57
  # Text that the assistant will use to start the conversation. This may be
58
58
  # templated with
59
- # [dynamic variables](https://developers.telnyx.com/docs/inference/ai-assistants/dynamic-variables)
59
+ # [dynamic variables](https://developers.telnyx.com/docs/inference/ai-assistants/dynamic-variables).
60
+ # Use an empty string to have the assistant wait for the user to speak first. Use
61
+ # the special value `<assistant-speaks-first-with-model-generated-message>` to
62
+ # have the assistant generate the greeting based on the system instructions.
60
63
  #
61
64
  # @return [String, nil]
62
65
  optional :greeting, String
@@ -69,7 +72,7 @@ module Telnyx
69
72
  # @!attribute llm_api_key_ref
70
73
  # This is only needed when using third-party inference providers. The `identifier`
71
74
  # for an integration secret
72
- # [/v2/integration_secrets](https://developers.telnyx.com/api/secrets-manager/integration-secrets/create-integration-secret)
75
+ # [/v2/integration_secrets](https://developers.telnyx.com/api-reference/integration-secrets/create-a-secret)
73
76
  # that refers to your LLM provider's API key. Warning: Free plans are unlikely to
74
77
  # work with this integration.
75
78
  #
@@ -95,7 +98,7 @@ module Telnyx
95
98
  # The tools that the assistant can use. These may be templated with
96
99
  # [dynamic variables](https://developers.telnyx.com/docs/inference/ai-assistants/dynamic-variables)
97
100
  #
98
- # @return [Array<Telnyx::Models::AI::WebhookTool, Telnyx::Models::AI::RetrievalTool, Telnyx::Models::AI::AssistantTool::Handoff, Telnyx::Models::AI::HangupTool, Telnyx::Models::AI::TransferTool, Telnyx::Models::AI::AssistantTool::Refer, Telnyx::Models::AI::AssistantTool::SendDtmf, Telnyx::Models::AI::AssistantTool::SendMessage>, nil]
101
+ # @return [Array<Telnyx::Models::AI::AssistantTool::Webhook, Telnyx::Models::AI::RetrievalTool, Telnyx::Models::AI::AssistantTool::Handoff, Telnyx::Models::AI::HangupTool, Telnyx::Models::AI::AssistantTool::Transfer, Telnyx::Models::AI::AssistantTool::Refer, Telnyx::Models::AI::AssistantTool::SendDtmf, Telnyx::Models::AI::AssistantTool::SendMessage>, nil]
99
102
  optional :tools, -> { Telnyx::Internal::Type::ArrayOf[union: Telnyx::AI::AssistantTool] }
100
103
 
101
104
  # @!attribute transcription
@@ -108,7 +111,13 @@ module Telnyx
108
111
  # @return [Telnyx::Models::AI::VoiceSettings, nil]
109
112
  optional :voice_settings, -> { Telnyx::AI::VoiceSettings }
110
113
 
111
- # @!method initialize(instructions:, model:, name:, description: nil, dynamic_variables: nil, dynamic_variables_webhook_url: nil, enabled_features: nil, greeting: nil, insight_settings: nil, llm_api_key_ref: nil, messaging_settings: nil, privacy_settings: nil, telephony_settings: nil, tools: nil, transcription: nil, voice_settings: nil, request_options: {})
114
+ # @!attribute widget_settings
115
+ # Configuration settings for the assistant's web widget.
116
+ #
117
+ # @return [Telnyx::Models::AI::AssistantCreateParams::WidgetSettings, nil]
118
+ optional :widget_settings, -> { Telnyx::AI::AssistantCreateParams::WidgetSettings }
119
+
120
+ # @!method initialize(instructions:, model:, name:, description: nil, dynamic_variables: nil, dynamic_variables_webhook_url: nil, enabled_features: nil, greeting: nil, insight_settings: nil, llm_api_key_ref: nil, messaging_settings: nil, privacy_settings: nil, telephony_settings: nil, tools: nil, transcription: nil, voice_settings: nil, widget_settings: nil, request_options: {})
112
121
  # Some parameter documentations has been truncated, see
113
122
  # {Telnyx::Models::AI::AssistantCreateParams} for more details.
114
123
  #
@@ -138,13 +147,185 @@ module Telnyx
138
147
  #
139
148
  # @param telephony_settings [Telnyx::Models::AI::TelephonySettings]
140
149
  #
141
- # @param tools [Array<Telnyx::Models::AI::WebhookTool, Telnyx::Models::AI::RetrievalTool, Telnyx::Models::AI::AssistantTool::Handoff, Telnyx::Models::AI::HangupTool, Telnyx::Models::AI::TransferTool, Telnyx::Models::AI::AssistantTool::Refer, Telnyx::Models::AI::AssistantTool::SendDtmf, Telnyx::Models::AI::AssistantTool::SendMessage>] The tools that the assistant can use. These may be templated with [dynamic varia
150
+ # @param tools [Array<Telnyx::Models::AI::AssistantTool::Webhook, Telnyx::Models::AI::RetrievalTool, Telnyx::Models::AI::AssistantTool::Handoff, Telnyx::Models::AI::HangupTool, Telnyx::Models::AI::AssistantTool::Transfer, Telnyx::Models::AI::AssistantTool::Refer, Telnyx::Models::AI::AssistantTool::SendDtmf, Telnyx::Models::AI::AssistantTool::SendMessage>] The tools that the assistant can use. These may be templated with [dynamic varia
142
151
  #
143
152
  # @param transcription [Telnyx::Models::AI::TranscriptionSettings]
144
153
  #
145
154
  # @param voice_settings [Telnyx::Models::AI::VoiceSettings]
146
155
  #
156
+ # @param widget_settings [Telnyx::Models::AI::AssistantCreateParams::WidgetSettings] Configuration settings for the assistant's web widget.
157
+ #
147
158
  # @param request_options [Telnyx::RequestOptions, Hash{Symbol=>Object}]
159
+
160
+ class WidgetSettings < Telnyx::Internal::Type::BaseModel
161
+ # @!attribute agent_thinking_text
162
+ # Text displayed while the agent is processing.
163
+ #
164
+ # @return [String, nil]
165
+ optional :agent_thinking_text, String
166
+
167
+ # @!attribute audio_visualizer_config
168
+ #
169
+ # @return [Telnyx::Models::AI::AssistantCreateParams::WidgetSettings::AudioVisualizerConfig, nil]
170
+ optional :audio_visualizer_config,
171
+ -> { Telnyx::AI::AssistantCreateParams::WidgetSettings::AudioVisualizerConfig }
172
+
173
+ # @!attribute default_state
174
+ # The default state of the widget.
175
+ #
176
+ # @return [Symbol, Telnyx::Models::AI::AssistantCreateParams::WidgetSettings::DefaultState, nil]
177
+ optional :default_state, enum: -> { Telnyx::AI::AssistantCreateParams::WidgetSettings::DefaultState }
178
+
179
+ # @!attribute give_feedback_url
180
+ # URL for users to give feedback.
181
+ #
182
+ # @return [String, nil]
183
+ optional :give_feedback_url, String, nil?: true
184
+
185
+ # @!attribute logo_icon_url
186
+ # URL to a custom logo icon for the widget.
187
+ #
188
+ # @return [String, nil]
189
+ optional :logo_icon_url, String, nil?: true
190
+
191
+ # @!attribute position
192
+ # The positioning style for the widget.
193
+ #
194
+ # @return [Symbol, Telnyx::Models::AI::AssistantCreateParams::WidgetSettings::Position, nil]
195
+ optional :position, enum: -> { Telnyx::AI::AssistantCreateParams::WidgetSettings::Position }
196
+
197
+ # @!attribute report_issue_url
198
+ # URL for users to report issues.
199
+ #
200
+ # @return [String, nil]
201
+ optional :report_issue_url, String, nil?: true
202
+
203
+ # @!attribute speak_to_interrupt_text
204
+ # Text prompting users to speak to interrupt.
205
+ #
206
+ # @return [String, nil]
207
+ optional :speak_to_interrupt_text, String
208
+
209
+ # @!attribute start_call_text
210
+ # Custom text displayed on the start call button.
211
+ #
212
+ # @return [String, nil]
213
+ optional :start_call_text, String
214
+
215
+ # @!attribute theme
216
+ # The visual theme for the widget.
217
+ #
218
+ # @return [Symbol, Telnyx::Models::AI::AssistantCreateParams::WidgetSettings::Theme, nil]
219
+ optional :theme, enum: -> { Telnyx::AI::AssistantCreateParams::WidgetSettings::Theme }
220
+
221
+ # @!attribute view_history_url
222
+ # URL to view conversation history.
223
+ #
224
+ # @return [String, nil]
225
+ optional :view_history_url, String, nil?: true
226
+
227
+ # @!method initialize(agent_thinking_text: nil, audio_visualizer_config: nil, default_state: nil, give_feedback_url: nil, logo_icon_url: nil, position: nil, report_issue_url: nil, speak_to_interrupt_text: nil, start_call_text: nil, theme: nil, view_history_url: nil)
228
+ # Configuration settings for the assistant's web widget.
229
+ #
230
+ # @param agent_thinking_text [String] Text displayed while the agent is processing.
231
+ #
232
+ # @param audio_visualizer_config [Telnyx::Models::AI::AssistantCreateParams::WidgetSettings::AudioVisualizerConfig]
233
+ #
234
+ # @param default_state [Symbol, Telnyx::Models::AI::AssistantCreateParams::WidgetSettings::DefaultState] The default state of the widget.
235
+ #
236
+ # @param give_feedback_url [String, nil] URL for users to give feedback.
237
+ #
238
+ # @param logo_icon_url [String, nil] URL to a custom logo icon for the widget.
239
+ #
240
+ # @param position [Symbol, Telnyx::Models::AI::AssistantCreateParams::WidgetSettings::Position] The positioning style for the widget.
241
+ #
242
+ # @param report_issue_url [String, nil] URL for users to report issues.
243
+ #
244
+ # @param speak_to_interrupt_text [String] Text prompting users to speak to interrupt.
245
+ #
246
+ # @param start_call_text [String] Custom text displayed on the start call button.
247
+ #
248
+ # @param theme [Symbol, Telnyx::Models::AI::AssistantCreateParams::WidgetSettings::Theme] The visual theme for the widget.
249
+ #
250
+ # @param view_history_url [String, nil] URL to view conversation history.
251
+
252
+ # @see Telnyx::Models::AI::AssistantCreateParams::WidgetSettings#audio_visualizer_config
253
+ class AudioVisualizerConfig < Telnyx::Internal::Type::BaseModel
254
+ # @!attribute color
255
+ # The color theme for the audio visualizer.
256
+ #
257
+ # @return [Symbol, Telnyx::Models::AI::AssistantCreateParams::WidgetSettings::AudioVisualizerConfig::Color, nil]
258
+ optional :color,
259
+ enum: -> { Telnyx::AI::AssistantCreateParams::WidgetSettings::AudioVisualizerConfig::Color }
260
+
261
+ # @!attribute preset
262
+ # The preset style for the audio visualizer.
263
+ #
264
+ # @return [String, nil]
265
+ optional :preset, String
266
+
267
+ # @!method initialize(color: nil, preset: nil)
268
+ # @param color [Symbol, Telnyx::Models::AI::AssistantCreateParams::WidgetSettings::AudioVisualizerConfig::Color] The color theme for the audio visualizer.
269
+ #
270
+ # @param preset [String] The preset style for the audio visualizer.
271
+
272
+ # The color theme for the audio visualizer.
273
+ #
274
+ # @see Telnyx::Models::AI::AssistantCreateParams::WidgetSettings::AudioVisualizerConfig#color
275
+ module Color
276
+ extend Telnyx::Internal::Type::Enum
277
+
278
+ VERDANT = :verdant
279
+ TWILIGHT = :twilight
280
+ BLOOM = :bloom
281
+ MYSTIC = :mystic
282
+ FLARE = :flare
283
+ GLACIER = :glacier
284
+
285
+ # @!method self.values
286
+ # @return [Array<Symbol>]
287
+ end
288
+ end
289
+
290
+ # The default state of the widget.
291
+ #
292
+ # @see Telnyx::Models::AI::AssistantCreateParams::WidgetSettings#default_state
293
+ module DefaultState
294
+ extend Telnyx::Internal::Type::Enum
295
+
296
+ EXPANDED = :expanded
297
+ COLLAPSED = :collapsed
298
+
299
+ # @!method self.values
300
+ # @return [Array<Symbol>]
301
+ end
302
+
303
+ # The positioning style for the widget.
304
+ #
305
+ # @see Telnyx::Models::AI::AssistantCreateParams::WidgetSettings#position
306
+ module Position
307
+ extend Telnyx::Internal::Type::Enum
308
+
309
+ FIXED = :fixed
310
+ STATIC = :static
311
+
312
+ # @!method self.values
313
+ # @return [Array<Symbol>]
314
+ end
315
+
316
+ # The visual theme for the widget.
317
+ #
318
+ # @see Telnyx::Models::AI::AssistantCreateParams::WidgetSettings#theme
319
+ module Theme
320
+ extend Telnyx::Internal::Type::Enum
321
+
322
+ LIGHT = :light
323
+ DARK = :dark
324
+
325
+ # @!method self.values
326
+ # @return [Array<Symbol>]
327
+ end
328
+ end
148
329
  end
149
330
  end
150
331
  end
@@ -22,7 +22,14 @@ module Telnyx
22
22
  # @return [Symbol, Telnyx::Models::AI::AssistantImportsParams::Provider]
23
23
  required :provider, enum: -> { Telnyx::AI::AssistantImportsParams::Provider }
24
24
 
25
- # @!method initialize(api_key_ref:, provider:, request_options: {})
25
+ # @!attribute import_ids
26
+ # Optional list of assistant IDs to import from the external provider. If not
27
+ # provided, all assistants will be imported.
28
+ #
29
+ # @return [Array<String>, nil]
30
+ optional :import_ids, Telnyx::Internal::Type::ArrayOf[String]
31
+
32
+ # @!method initialize(api_key_ref:, provider:, import_ids: nil, request_options: {})
26
33
  # Some parameter documentations has been truncated, see
27
34
  # {Telnyx::Models::AI::AssistantImportsParams} for more details.
28
35
  #
@@ -30,6 +37,8 @@ module Telnyx
30
37
  #
31
38
  # @param provider [Symbol, Telnyx::Models::AI::AssistantImportsParams::Provider] The external provider to import assistants from.
32
39
  #
40
+ # @param import_ids [Array<String>] Optional list of assistant IDs to import from the external provider. If not prov
41
+ #
33
42
  # @param request_options [Telnyx::RequestOptions, Hash{Symbol=>Object}]
34
43
 
35
44
  # The external provider to import assistants from.