telnyx 5.88.0 → 5.89.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +1 -1
- data/lib/telnyx/models/ai/assistant_create_params.rb +12 -12
- data/lib/telnyx/models/ai/assistant_update_params.rb +12 -12
- data/lib/telnyx/models/ai/assistants/update_assistant.rb +12 -12
- data/lib/telnyx/models/ai/inference_embedding.rb +12 -12
- data/lib/telnyx/models/call_assistant_request.rb +12 -12
- data/lib/telnyx/version.rb +1 -1
- data/rbi/telnyx/models/ai/assistant_create_params.rbi +20 -20
- data/rbi/telnyx/models/ai/assistant_update_params.rbi +20 -20
- data/rbi/telnyx/models/ai/assistants/update_assistant.rbi +20 -20
- data/rbi/telnyx/models/ai/inference_embedding.rbi +20 -20
- data/rbi/telnyx/models/call_assistant_request.rbi +20 -20
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 880ba6753b019017a82fe4cb747e2f772bf86fd4012300f1fc963d94b404867f
|
|
4
|
+
data.tar.gz: 47247ce35fef31fbaf3e27fac9802ea0d9e0a9a5860e534014601272e97763a1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8450fe4745d0dda28b9326eed7f5b56883988305b8eb0c08320ec2b08d0a3e1dd061f426f185c9ae0a916f4838ebe5508aedd0e7f4286f72c01ebb51fb0ec16f
|
|
7
|
+
data.tar.gz: 9a1e6be33c9100b2010372a27db2e1a614e0404e03f48979920a4c473fa5eae9965c3bf07708acd5b414980af8bc1541c18b9b7838743e66541bd0c1f4ed6a30
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 5.89.0 (2026-04-28)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v5.88.0...v5.89.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.88.0...v5.89.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* Correct external LLM forwarded metadata docs ([c9b69a1](https://github.com/team-telnyx/telnyx-ruby/commit/c9b69a1078a5c7c21caa37286c967692081c8aa8))
|
|
10
|
+
|
|
3
11
|
## 5.88.0 (2026-04-28)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v5.87.0...v5.88.0](https://github.com/team-telnyx/telnyx-ruby/compare/v5.87.0...v5.88.0)
|
data/README.md
CHANGED
|
@@ -226,11 +226,11 @@ module Telnyx
|
|
|
226
226
|
optional :certificate_ref, String
|
|
227
227
|
|
|
228
228
|
# @!attribute forward_metadata
|
|
229
|
-
# When enabled, Telnyx forwards
|
|
230
|
-
#
|
|
231
|
-
#
|
|
232
|
-
#
|
|
233
|
-
# `{"
|
|
229
|
+
# When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
230
|
+
# LLM endpoint. Defaults to false. The chat completion request includes a
|
|
231
|
+
# top-level `extra_metadata` object when dynamic variables are available. For
|
|
232
|
+
# example:
|
|
233
|
+
# `{"extra_metadata":{"customer_name":"Jane","account_id":"acct_789","telnyx_agent_target":"+13125550100","telnyx_end_user_target":"+13125550123"}}`.
|
|
234
234
|
#
|
|
235
235
|
# @return [Boolean, nil]
|
|
236
236
|
optional :forward_metadata, Telnyx::Internal::Type::Boolean
|
|
@@ -259,7 +259,7 @@ module Telnyx
|
|
|
259
259
|
#
|
|
260
260
|
# @param certificate_ref [String] Integration secret identifier for the client certificate used with certificate a
|
|
261
261
|
#
|
|
262
|
-
# @param forward_metadata [Boolean] When enabled, Telnyx forwards
|
|
262
|
+
# @param forward_metadata [Boolean] When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
263
263
|
#
|
|
264
264
|
# @param llm_api_key_ref [String] Integration secret identifier for the external LLM API key.
|
|
265
265
|
#
|
|
@@ -337,11 +337,11 @@ module Telnyx
|
|
|
337
337
|
optional :certificate_ref, String
|
|
338
338
|
|
|
339
339
|
# @!attribute forward_metadata
|
|
340
|
-
# When enabled, Telnyx forwards
|
|
341
|
-
#
|
|
342
|
-
#
|
|
343
|
-
#
|
|
344
|
-
# `{"
|
|
340
|
+
# When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
341
|
+
# LLM endpoint. Defaults to false. The chat completion request includes a
|
|
342
|
+
# top-level `extra_metadata` object when dynamic variables are available. For
|
|
343
|
+
# example:
|
|
344
|
+
# `{"extra_metadata":{"customer_name":"Jane","account_id":"acct_789","telnyx_agent_target":"+13125550100","telnyx_end_user_target":"+13125550123"}}`.
|
|
345
345
|
#
|
|
346
346
|
# @return [Boolean, nil]
|
|
347
347
|
optional :forward_metadata, Telnyx::Internal::Type::Boolean
|
|
@@ -371,7 +371,7 @@ module Telnyx
|
|
|
371
371
|
#
|
|
372
372
|
# @param certificate_ref [String] Integration secret identifier for the client certificate used with certificate a
|
|
373
373
|
#
|
|
374
|
-
# @param forward_metadata [Boolean] When enabled, Telnyx forwards
|
|
374
|
+
# @param forward_metadata [Boolean] When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
375
375
|
#
|
|
376
376
|
# @param llm_api_key_ref [String] Integration secret identifier for the external LLM API key.
|
|
377
377
|
#
|
|
@@ -242,11 +242,11 @@ module Telnyx
|
|
|
242
242
|
optional :certificate_ref, String
|
|
243
243
|
|
|
244
244
|
# @!attribute forward_metadata
|
|
245
|
-
# When enabled, Telnyx forwards
|
|
246
|
-
#
|
|
247
|
-
#
|
|
248
|
-
#
|
|
249
|
-
# `{"
|
|
245
|
+
# When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
246
|
+
# LLM endpoint. Defaults to false. The chat completion request includes a
|
|
247
|
+
# top-level `extra_metadata` object when dynamic variables are available. For
|
|
248
|
+
# example:
|
|
249
|
+
# `{"extra_metadata":{"customer_name":"Jane","account_id":"acct_789","telnyx_agent_target":"+13125550100","telnyx_end_user_target":"+13125550123"}}`.
|
|
250
250
|
#
|
|
251
251
|
# @return [Boolean, nil]
|
|
252
252
|
optional :forward_metadata, Telnyx::Internal::Type::Boolean
|
|
@@ -275,7 +275,7 @@ module Telnyx
|
|
|
275
275
|
#
|
|
276
276
|
# @param certificate_ref [String] Integration secret identifier for the client certificate used with certificate a
|
|
277
277
|
#
|
|
278
|
-
# @param forward_metadata [Boolean] When enabled, Telnyx forwards
|
|
278
|
+
# @param forward_metadata [Boolean] When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
279
279
|
#
|
|
280
280
|
# @param llm_api_key_ref [String] Integration secret identifier for the external LLM API key.
|
|
281
281
|
#
|
|
@@ -353,11 +353,11 @@ module Telnyx
|
|
|
353
353
|
optional :certificate_ref, String
|
|
354
354
|
|
|
355
355
|
# @!attribute forward_metadata
|
|
356
|
-
# When enabled, Telnyx forwards
|
|
357
|
-
#
|
|
358
|
-
#
|
|
359
|
-
#
|
|
360
|
-
# `{"
|
|
356
|
+
# When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
357
|
+
# LLM endpoint. Defaults to false. The chat completion request includes a
|
|
358
|
+
# top-level `extra_metadata` object when dynamic variables are available. For
|
|
359
|
+
# example:
|
|
360
|
+
# `{"extra_metadata":{"customer_name":"Jane","account_id":"acct_789","telnyx_agent_target":"+13125550100","telnyx_end_user_target":"+13125550123"}}`.
|
|
361
361
|
#
|
|
362
362
|
# @return [Boolean, nil]
|
|
363
363
|
optional :forward_metadata, Telnyx::Internal::Type::Boolean
|
|
@@ -387,7 +387,7 @@ module Telnyx
|
|
|
387
387
|
#
|
|
388
388
|
# @param certificate_ref [String] Integration secret identifier for the client certificate used with certificate a
|
|
389
389
|
#
|
|
390
|
-
# @param forward_metadata [Boolean] When enabled, Telnyx forwards
|
|
390
|
+
# @param forward_metadata [Boolean] When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
391
391
|
#
|
|
392
392
|
# @param llm_api_key_ref [String] Integration secret identifier for the external LLM API key.
|
|
393
393
|
#
|
|
@@ -223,11 +223,11 @@ module Telnyx
|
|
|
223
223
|
optional :certificate_ref, String
|
|
224
224
|
|
|
225
225
|
# @!attribute forward_metadata
|
|
226
|
-
# When enabled, Telnyx forwards
|
|
227
|
-
#
|
|
228
|
-
#
|
|
229
|
-
#
|
|
230
|
-
# `{"
|
|
226
|
+
# When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
227
|
+
# LLM endpoint. Defaults to false. The chat completion request includes a
|
|
228
|
+
# top-level `extra_metadata` object when dynamic variables are available. For
|
|
229
|
+
# example:
|
|
230
|
+
# `{"extra_metadata":{"customer_name":"Jane","account_id":"acct_789","telnyx_agent_target":"+13125550100","telnyx_end_user_target":"+13125550123"}}`.
|
|
231
231
|
#
|
|
232
232
|
# @return [Boolean, nil]
|
|
233
233
|
optional :forward_metadata, Telnyx::Internal::Type::Boolean
|
|
@@ -256,7 +256,7 @@ module Telnyx
|
|
|
256
256
|
#
|
|
257
257
|
# @param certificate_ref [String] Integration secret identifier for the client certificate used with certificate a
|
|
258
258
|
#
|
|
259
|
-
# @param forward_metadata [Boolean] When enabled, Telnyx forwards
|
|
259
|
+
# @param forward_metadata [Boolean] When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
260
260
|
#
|
|
261
261
|
# @param llm_api_key_ref [String] Integration secret identifier for the external LLM API key.
|
|
262
262
|
#
|
|
@@ -336,11 +336,11 @@ module Telnyx
|
|
|
336
336
|
optional :certificate_ref, String
|
|
337
337
|
|
|
338
338
|
# @!attribute forward_metadata
|
|
339
|
-
# When enabled, Telnyx forwards
|
|
340
|
-
#
|
|
341
|
-
#
|
|
342
|
-
#
|
|
343
|
-
# `{"
|
|
339
|
+
# When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
340
|
+
# LLM endpoint. Defaults to false. The chat completion request includes a
|
|
341
|
+
# top-level `extra_metadata` object when dynamic variables are available. For
|
|
342
|
+
# example:
|
|
343
|
+
# `{"extra_metadata":{"customer_name":"Jane","account_id":"acct_789","telnyx_agent_target":"+13125550100","telnyx_end_user_target":"+13125550123"}}`.
|
|
344
344
|
#
|
|
345
345
|
# @return [Boolean, nil]
|
|
346
346
|
optional :forward_metadata, Telnyx::Internal::Type::Boolean
|
|
@@ -370,7 +370,7 @@ module Telnyx
|
|
|
370
370
|
#
|
|
371
371
|
# @param certificate_ref [String] Integration secret identifier for the client certificate used with certificate a
|
|
372
372
|
#
|
|
373
|
-
# @param forward_metadata [Boolean] When enabled, Telnyx forwards
|
|
373
|
+
# @param forward_metadata [Boolean] When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
374
374
|
#
|
|
375
375
|
# @param llm_api_key_ref [String] Integration secret identifier for the external LLM API key.
|
|
376
376
|
#
|
|
@@ -236,11 +236,11 @@ module Telnyx
|
|
|
236
236
|
optional :certificate_ref, String
|
|
237
237
|
|
|
238
238
|
# @!attribute forward_metadata
|
|
239
|
-
# When enabled, Telnyx forwards
|
|
240
|
-
#
|
|
241
|
-
#
|
|
242
|
-
#
|
|
243
|
-
# `{"
|
|
239
|
+
# When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
240
|
+
# LLM endpoint. Defaults to false. The chat completion request includes a
|
|
241
|
+
# top-level `extra_metadata` object when dynamic variables are available. For
|
|
242
|
+
# example:
|
|
243
|
+
# `{"extra_metadata":{"customer_name":"Jane","account_id":"acct_789","telnyx_agent_target":"+13125550100","telnyx_end_user_target":"+13125550123"}}`.
|
|
244
244
|
#
|
|
245
245
|
# @return [Boolean, nil]
|
|
246
246
|
optional :forward_metadata, Telnyx::Internal::Type::Boolean
|
|
@@ -269,7 +269,7 @@ module Telnyx
|
|
|
269
269
|
#
|
|
270
270
|
# @param certificate_ref [String] Integration secret identifier for the client certificate used with certificate a
|
|
271
271
|
#
|
|
272
|
-
# @param forward_metadata [Boolean] When enabled, Telnyx forwards
|
|
272
|
+
# @param forward_metadata [Boolean] When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
273
273
|
#
|
|
274
274
|
# @param llm_api_key_ref [String] Integration secret identifier for the external LLM API key.
|
|
275
275
|
#
|
|
@@ -348,11 +348,11 @@ module Telnyx
|
|
|
348
348
|
optional :certificate_ref, String
|
|
349
349
|
|
|
350
350
|
# @!attribute forward_metadata
|
|
351
|
-
# When enabled, Telnyx forwards
|
|
352
|
-
#
|
|
353
|
-
#
|
|
354
|
-
#
|
|
355
|
-
# `{"
|
|
351
|
+
# When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
352
|
+
# LLM endpoint. Defaults to false. The chat completion request includes a
|
|
353
|
+
# top-level `extra_metadata` object when dynamic variables are available. For
|
|
354
|
+
# example:
|
|
355
|
+
# `{"extra_metadata":{"customer_name":"Jane","account_id":"acct_789","telnyx_agent_target":"+13125550100","telnyx_end_user_target":"+13125550123"}}`.
|
|
356
356
|
#
|
|
357
357
|
# @return [Boolean, nil]
|
|
358
358
|
optional :forward_metadata, Telnyx::Internal::Type::Boolean
|
|
@@ -382,7 +382,7 @@ module Telnyx
|
|
|
382
382
|
#
|
|
383
383
|
# @param certificate_ref [String] Integration secret identifier for the client certificate used with certificate a
|
|
384
384
|
#
|
|
385
|
-
# @param forward_metadata [Boolean] When enabled, Telnyx forwards
|
|
385
|
+
# @param forward_metadata [Boolean] When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
386
386
|
#
|
|
387
387
|
# @param llm_api_key_ref [String] Integration secret identifier for the external LLM API key.
|
|
388
388
|
#
|
|
@@ -174,11 +174,11 @@ module Telnyx
|
|
|
174
174
|
optional :certificate_ref, String
|
|
175
175
|
|
|
176
176
|
# @!attribute forward_metadata
|
|
177
|
-
# When enabled, Telnyx forwards
|
|
178
|
-
#
|
|
179
|
-
#
|
|
180
|
-
#
|
|
181
|
-
# `{"
|
|
177
|
+
# When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
178
|
+
# LLM endpoint. Defaults to false. The chat completion request includes a
|
|
179
|
+
# top-level `extra_metadata` object when dynamic variables are available. For
|
|
180
|
+
# example:
|
|
181
|
+
# `{"extra_metadata":{"customer_name":"Jane","account_id":"acct_789","telnyx_agent_target":"+13125550100","telnyx_end_user_target":"+13125550123"}}`.
|
|
182
182
|
#
|
|
183
183
|
# @return [Boolean, nil]
|
|
184
184
|
optional :forward_metadata, Telnyx::Internal::Type::Boolean
|
|
@@ -213,7 +213,7 @@ module Telnyx
|
|
|
213
213
|
#
|
|
214
214
|
# @param certificate_ref [String] Integration secret identifier for the client certificate used with certificate a
|
|
215
215
|
#
|
|
216
|
-
# @param forward_metadata [Boolean] When enabled, Telnyx forwards
|
|
216
|
+
# @param forward_metadata [Boolean] When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
217
217
|
#
|
|
218
218
|
# @param llm_api_key_ref [String] Integration secret identifier for the external LLM API key.
|
|
219
219
|
#
|
|
@@ -291,11 +291,11 @@ module Telnyx
|
|
|
291
291
|
optional :certificate_ref, String
|
|
292
292
|
|
|
293
293
|
# @!attribute forward_metadata
|
|
294
|
-
# When enabled, Telnyx forwards
|
|
295
|
-
#
|
|
296
|
-
#
|
|
297
|
-
#
|
|
298
|
-
# `{"
|
|
294
|
+
# When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
295
|
+
# LLM endpoint. Defaults to false. The chat completion request includes a
|
|
296
|
+
# top-level `extra_metadata` object when dynamic variables are available. For
|
|
297
|
+
# example:
|
|
298
|
+
# `{"extra_metadata":{"customer_name":"Jane","account_id":"acct_789","telnyx_agent_target":"+13125550100","telnyx_end_user_target":"+13125550123"}}`.
|
|
299
299
|
#
|
|
300
300
|
# @return [Boolean, nil]
|
|
301
301
|
optional :forward_metadata, Telnyx::Internal::Type::Boolean
|
|
@@ -331,7 +331,7 @@ module Telnyx
|
|
|
331
331
|
#
|
|
332
332
|
# @param certificate_ref [String] Integration secret identifier for the client certificate used with certificate a
|
|
333
333
|
#
|
|
334
|
-
# @param forward_metadata [Boolean] When enabled, Telnyx forwards
|
|
334
|
+
# @param forward_metadata [Boolean] When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
335
335
|
#
|
|
336
336
|
# @param llm_api_key_ref [String] Integration secret identifier for the external LLM API key.
|
|
337
337
|
#
|
data/lib/telnyx/version.rb
CHANGED
|
@@ -438,11 +438,11 @@ module Telnyx
|
|
|
438
438
|
sig { params(certificate_ref: String).void }
|
|
439
439
|
attr_writer :certificate_ref
|
|
440
440
|
|
|
441
|
-
# When enabled, Telnyx forwards
|
|
442
|
-
#
|
|
443
|
-
#
|
|
444
|
-
#
|
|
445
|
-
# `{"
|
|
441
|
+
# When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
442
|
+
# LLM endpoint. Defaults to false. The chat completion request includes a
|
|
443
|
+
# top-level `extra_metadata` object when dynamic variables are available. For
|
|
444
|
+
# example:
|
|
445
|
+
# `{"extra_metadata":{"customer_name":"Jane","account_id":"acct_789","telnyx_agent_target":"+13125550100","telnyx_end_user_target":"+13125550123"}}`.
|
|
446
446
|
sig { returns(T.nilable(T::Boolean)) }
|
|
447
447
|
attr_reader :forward_metadata
|
|
448
448
|
|
|
@@ -485,11 +485,11 @@ module Telnyx
|
|
|
485
485
|
# Integration secret identifier for the client certificate used with certificate
|
|
486
486
|
# authentication.
|
|
487
487
|
certificate_ref: nil,
|
|
488
|
-
# When enabled, Telnyx forwards
|
|
489
|
-
#
|
|
490
|
-
#
|
|
491
|
-
#
|
|
492
|
-
# `{"
|
|
488
|
+
# When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
489
|
+
# LLM endpoint. Defaults to false. The chat completion request includes a
|
|
490
|
+
# top-level `extra_metadata` object when dynamic variables are available. For
|
|
491
|
+
# example:
|
|
492
|
+
# `{"extra_metadata":{"customer_name":"Jane","account_id":"acct_789","telnyx_agent_target":"+13125550100","telnyx_end_user_target":"+13125550123"}}`.
|
|
493
493
|
forward_metadata: nil,
|
|
494
494
|
# Integration secret identifier for the external LLM API key.
|
|
495
495
|
llm_api_key_ref: nil,
|
|
@@ -666,11 +666,11 @@ module Telnyx
|
|
|
666
666
|
sig { params(certificate_ref: String).void }
|
|
667
667
|
attr_writer :certificate_ref
|
|
668
668
|
|
|
669
|
-
# When enabled, Telnyx forwards
|
|
670
|
-
#
|
|
671
|
-
#
|
|
672
|
-
#
|
|
673
|
-
# `{"
|
|
669
|
+
# When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
670
|
+
# LLM endpoint. Defaults to false. The chat completion request includes a
|
|
671
|
+
# top-level `extra_metadata` object when dynamic variables are available. For
|
|
672
|
+
# example:
|
|
673
|
+
# `{"extra_metadata":{"customer_name":"Jane","account_id":"acct_789","telnyx_agent_target":"+13125550100","telnyx_end_user_target":"+13125550123"}}`.
|
|
674
674
|
sig { returns(T.nilable(T::Boolean)) }
|
|
675
675
|
attr_reader :forward_metadata
|
|
676
676
|
|
|
@@ -713,11 +713,11 @@ module Telnyx
|
|
|
713
713
|
# Integration secret identifier for the client certificate used with certificate
|
|
714
714
|
# authentication.
|
|
715
715
|
certificate_ref: nil,
|
|
716
|
-
# When enabled, Telnyx forwards
|
|
717
|
-
#
|
|
718
|
-
#
|
|
719
|
-
#
|
|
720
|
-
# `{"
|
|
716
|
+
# When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
717
|
+
# LLM endpoint. Defaults to false. The chat completion request includes a
|
|
718
|
+
# top-level `extra_metadata` object when dynamic variables are available. For
|
|
719
|
+
# example:
|
|
720
|
+
# `{"extra_metadata":{"customer_name":"Jane","account_id":"acct_789","telnyx_agent_target":"+13125550100","telnyx_end_user_target":"+13125550123"}}`.
|
|
721
721
|
forward_metadata: nil,
|
|
722
722
|
# Integration secret identifier for the external LLM API key.
|
|
723
723
|
llm_api_key_ref: nil,
|
|
@@ -466,11 +466,11 @@ module Telnyx
|
|
|
466
466
|
sig { params(certificate_ref: String).void }
|
|
467
467
|
attr_writer :certificate_ref
|
|
468
468
|
|
|
469
|
-
# When enabled, Telnyx forwards
|
|
470
|
-
#
|
|
471
|
-
#
|
|
472
|
-
#
|
|
473
|
-
# `{"
|
|
469
|
+
# When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
470
|
+
# LLM endpoint. Defaults to false. The chat completion request includes a
|
|
471
|
+
# top-level `extra_metadata` object when dynamic variables are available. For
|
|
472
|
+
# example:
|
|
473
|
+
# `{"extra_metadata":{"customer_name":"Jane","account_id":"acct_789","telnyx_agent_target":"+13125550100","telnyx_end_user_target":"+13125550123"}}`.
|
|
474
474
|
sig { returns(T.nilable(T::Boolean)) }
|
|
475
475
|
attr_reader :forward_metadata
|
|
476
476
|
|
|
@@ -513,11 +513,11 @@ module Telnyx
|
|
|
513
513
|
# Integration secret identifier for the client certificate used with certificate
|
|
514
514
|
# authentication.
|
|
515
515
|
certificate_ref: nil,
|
|
516
|
-
# When enabled, Telnyx forwards
|
|
517
|
-
#
|
|
518
|
-
#
|
|
519
|
-
#
|
|
520
|
-
# `{"
|
|
516
|
+
# When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
517
|
+
# LLM endpoint. Defaults to false. The chat completion request includes a
|
|
518
|
+
# top-level `extra_metadata` object when dynamic variables are available. For
|
|
519
|
+
# example:
|
|
520
|
+
# `{"extra_metadata":{"customer_name":"Jane","account_id":"acct_789","telnyx_agent_target":"+13125550100","telnyx_end_user_target":"+13125550123"}}`.
|
|
521
521
|
forward_metadata: nil,
|
|
522
522
|
# Integration secret identifier for the external LLM API key.
|
|
523
523
|
llm_api_key_ref: nil,
|
|
@@ -694,11 +694,11 @@ module Telnyx
|
|
|
694
694
|
sig { params(certificate_ref: String).void }
|
|
695
695
|
attr_writer :certificate_ref
|
|
696
696
|
|
|
697
|
-
# When enabled, Telnyx forwards
|
|
698
|
-
#
|
|
699
|
-
#
|
|
700
|
-
#
|
|
701
|
-
# `{"
|
|
697
|
+
# When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
698
|
+
# LLM endpoint. Defaults to false. The chat completion request includes a
|
|
699
|
+
# top-level `extra_metadata` object when dynamic variables are available. For
|
|
700
|
+
# example:
|
|
701
|
+
# `{"extra_metadata":{"customer_name":"Jane","account_id":"acct_789","telnyx_agent_target":"+13125550100","telnyx_end_user_target":"+13125550123"}}`.
|
|
702
702
|
sig { returns(T.nilable(T::Boolean)) }
|
|
703
703
|
attr_reader :forward_metadata
|
|
704
704
|
|
|
@@ -741,11 +741,11 @@ module Telnyx
|
|
|
741
741
|
# Integration secret identifier for the client certificate used with certificate
|
|
742
742
|
# authentication.
|
|
743
743
|
certificate_ref: nil,
|
|
744
|
-
# When enabled, Telnyx forwards
|
|
745
|
-
#
|
|
746
|
-
#
|
|
747
|
-
#
|
|
748
|
-
# `{"
|
|
744
|
+
# When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
745
|
+
# LLM endpoint. Defaults to false. The chat completion request includes a
|
|
746
|
+
# top-level `extra_metadata` object when dynamic variables are available. For
|
|
747
|
+
# example:
|
|
748
|
+
# `{"extra_metadata":{"customer_name":"Jane","account_id":"acct_789","telnyx_agent_target":"+13125550100","telnyx_end_user_target":"+13125550123"}}`.
|
|
749
749
|
forward_metadata: nil,
|
|
750
750
|
# Integration secret identifier for the external LLM API key.
|
|
751
751
|
llm_api_key_ref: nil,
|
|
@@ -462,11 +462,11 @@ module Telnyx
|
|
|
462
462
|
sig { params(certificate_ref: String).void }
|
|
463
463
|
attr_writer :certificate_ref
|
|
464
464
|
|
|
465
|
-
# When enabled, Telnyx forwards
|
|
466
|
-
#
|
|
467
|
-
#
|
|
468
|
-
#
|
|
469
|
-
# `{"
|
|
465
|
+
# When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
466
|
+
# LLM endpoint. Defaults to false. The chat completion request includes a
|
|
467
|
+
# top-level `extra_metadata` object when dynamic variables are available. For
|
|
468
|
+
# example:
|
|
469
|
+
# `{"extra_metadata":{"customer_name":"Jane","account_id":"acct_789","telnyx_agent_target":"+13125550100","telnyx_end_user_target":"+13125550123"}}`.
|
|
470
470
|
sig { returns(T.nilable(T::Boolean)) }
|
|
471
471
|
attr_reader :forward_metadata
|
|
472
472
|
|
|
@@ -509,11 +509,11 @@ module Telnyx
|
|
|
509
509
|
# Integration secret identifier for the client certificate used with certificate
|
|
510
510
|
# authentication.
|
|
511
511
|
certificate_ref: nil,
|
|
512
|
-
# When enabled, Telnyx forwards
|
|
513
|
-
#
|
|
514
|
-
#
|
|
515
|
-
#
|
|
516
|
-
# `{"
|
|
512
|
+
# When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
513
|
+
# LLM endpoint. Defaults to false. The chat completion request includes a
|
|
514
|
+
# top-level `extra_metadata` object when dynamic variables are available. For
|
|
515
|
+
# example:
|
|
516
|
+
# `{"extra_metadata":{"customer_name":"Jane","account_id":"acct_789","telnyx_agent_target":"+13125550100","telnyx_end_user_target":"+13125550123"}}`.
|
|
517
517
|
forward_metadata: nil,
|
|
518
518
|
# Integration secret identifier for the external LLM API key.
|
|
519
519
|
llm_api_key_ref: nil,
|
|
@@ -690,11 +690,11 @@ module Telnyx
|
|
|
690
690
|
sig { params(certificate_ref: String).void }
|
|
691
691
|
attr_writer :certificate_ref
|
|
692
692
|
|
|
693
|
-
# When enabled, Telnyx forwards
|
|
694
|
-
#
|
|
695
|
-
#
|
|
696
|
-
#
|
|
697
|
-
# `{"
|
|
693
|
+
# When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
694
|
+
# LLM endpoint. Defaults to false. The chat completion request includes a
|
|
695
|
+
# top-level `extra_metadata` object when dynamic variables are available. For
|
|
696
|
+
# example:
|
|
697
|
+
# `{"extra_metadata":{"customer_name":"Jane","account_id":"acct_789","telnyx_agent_target":"+13125550100","telnyx_end_user_target":"+13125550123"}}`.
|
|
698
698
|
sig { returns(T.nilable(T::Boolean)) }
|
|
699
699
|
attr_reader :forward_metadata
|
|
700
700
|
|
|
@@ -737,11 +737,11 @@ module Telnyx
|
|
|
737
737
|
# Integration secret identifier for the client certificate used with certificate
|
|
738
738
|
# authentication.
|
|
739
739
|
certificate_ref: nil,
|
|
740
|
-
# When enabled, Telnyx forwards
|
|
741
|
-
#
|
|
742
|
-
#
|
|
743
|
-
#
|
|
744
|
-
# `{"
|
|
740
|
+
# When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
741
|
+
# LLM endpoint. Defaults to false. The chat completion request includes a
|
|
742
|
+
# top-level `extra_metadata` object when dynamic variables are available. For
|
|
743
|
+
# example:
|
|
744
|
+
# `{"extra_metadata":{"customer_name":"Jane","account_id":"acct_789","telnyx_agent_target":"+13125550100","telnyx_end_user_target":"+13125550123"}}`.
|
|
745
745
|
forward_metadata: nil,
|
|
746
746
|
# Integration secret identifier for the external LLM API key.
|
|
747
747
|
llm_api_key_ref: nil,
|
|
@@ -408,11 +408,11 @@ module Telnyx
|
|
|
408
408
|
sig { params(certificate_ref: String).void }
|
|
409
409
|
attr_writer :certificate_ref
|
|
410
410
|
|
|
411
|
-
# When enabled, Telnyx forwards
|
|
412
|
-
#
|
|
413
|
-
#
|
|
414
|
-
#
|
|
415
|
-
# `{"
|
|
411
|
+
# When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
412
|
+
# LLM endpoint. Defaults to false. The chat completion request includes a
|
|
413
|
+
# top-level `extra_metadata` object when dynamic variables are available. For
|
|
414
|
+
# example:
|
|
415
|
+
# `{"extra_metadata":{"customer_name":"Jane","account_id":"acct_789","telnyx_agent_target":"+13125550100","telnyx_end_user_target":"+13125550123"}}`.
|
|
416
416
|
sig { returns(T.nilable(T::Boolean)) }
|
|
417
417
|
attr_reader :forward_metadata
|
|
418
418
|
|
|
@@ -455,11 +455,11 @@ module Telnyx
|
|
|
455
455
|
# Integration secret identifier for the client certificate used with certificate
|
|
456
456
|
# authentication.
|
|
457
457
|
certificate_ref: nil,
|
|
458
|
-
# When enabled, Telnyx forwards
|
|
459
|
-
#
|
|
460
|
-
#
|
|
461
|
-
#
|
|
462
|
-
# `{"
|
|
458
|
+
# When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
459
|
+
# LLM endpoint. Defaults to false. The chat completion request includes a
|
|
460
|
+
# top-level `extra_metadata` object when dynamic variables are available. For
|
|
461
|
+
# example:
|
|
462
|
+
# `{"extra_metadata":{"customer_name":"Jane","account_id":"acct_789","telnyx_agent_target":"+13125550100","telnyx_end_user_target":"+13125550123"}}`.
|
|
463
463
|
forward_metadata: nil,
|
|
464
464
|
# Integration secret identifier for the external LLM API key.
|
|
465
465
|
llm_api_key_ref: nil,
|
|
@@ -636,11 +636,11 @@ module Telnyx
|
|
|
636
636
|
sig { params(certificate_ref: String).void }
|
|
637
637
|
attr_writer :certificate_ref
|
|
638
638
|
|
|
639
|
-
# When enabled, Telnyx forwards
|
|
640
|
-
#
|
|
641
|
-
#
|
|
642
|
-
#
|
|
643
|
-
# `{"
|
|
639
|
+
# When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
640
|
+
# LLM endpoint. Defaults to false. The chat completion request includes a
|
|
641
|
+
# top-level `extra_metadata` object when dynamic variables are available. For
|
|
642
|
+
# example:
|
|
643
|
+
# `{"extra_metadata":{"customer_name":"Jane","account_id":"acct_789","telnyx_agent_target":"+13125550100","telnyx_end_user_target":"+13125550123"}}`.
|
|
644
644
|
sig { returns(T.nilable(T::Boolean)) }
|
|
645
645
|
attr_reader :forward_metadata
|
|
646
646
|
|
|
@@ -683,11 +683,11 @@ module Telnyx
|
|
|
683
683
|
# Integration secret identifier for the client certificate used with certificate
|
|
684
684
|
# authentication.
|
|
685
685
|
certificate_ref: nil,
|
|
686
|
-
# When enabled, Telnyx forwards
|
|
687
|
-
#
|
|
688
|
-
#
|
|
689
|
-
#
|
|
690
|
-
# `{"
|
|
686
|
+
# When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
687
|
+
# LLM endpoint. Defaults to false. The chat completion request includes a
|
|
688
|
+
# top-level `extra_metadata` object when dynamic variables are available. For
|
|
689
|
+
# example:
|
|
690
|
+
# `{"extra_metadata":{"customer_name":"Jane","account_id":"acct_789","telnyx_agent_target":"+13125550100","telnyx_end_user_target":"+13125550123"}}`.
|
|
691
691
|
forward_metadata: nil,
|
|
692
692
|
# Integration secret identifier for the external LLM API key.
|
|
693
693
|
llm_api_key_ref: nil,
|
|
@@ -344,11 +344,11 @@ module Telnyx
|
|
|
344
344
|
sig { params(certificate_ref: String).void }
|
|
345
345
|
attr_writer :certificate_ref
|
|
346
346
|
|
|
347
|
-
# When enabled, Telnyx forwards
|
|
348
|
-
#
|
|
349
|
-
#
|
|
350
|
-
#
|
|
351
|
-
# `{"
|
|
347
|
+
# When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
348
|
+
# LLM endpoint. Defaults to false. The chat completion request includes a
|
|
349
|
+
# top-level `extra_metadata` object when dynamic variables are available. For
|
|
350
|
+
# example:
|
|
351
|
+
# `{"extra_metadata":{"customer_name":"Jane","account_id":"acct_789","telnyx_agent_target":"+13125550100","telnyx_end_user_target":"+13125550123"}}`.
|
|
352
352
|
sig { returns(T.nilable(T::Boolean)) }
|
|
353
353
|
attr_reader :forward_metadata
|
|
354
354
|
|
|
@@ -397,11 +397,11 @@ module Telnyx
|
|
|
397
397
|
# Integration secret identifier for the client certificate used with certificate
|
|
398
398
|
# authentication.
|
|
399
399
|
certificate_ref: nil,
|
|
400
|
-
# When enabled, Telnyx forwards
|
|
401
|
-
#
|
|
402
|
-
#
|
|
403
|
-
#
|
|
404
|
-
# `{"
|
|
400
|
+
# When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
401
|
+
# LLM endpoint. Defaults to false. The chat completion request includes a
|
|
402
|
+
# top-level `extra_metadata` object when dynamic variables are available. For
|
|
403
|
+
# example:
|
|
404
|
+
# `{"extra_metadata":{"customer_name":"Jane","account_id":"acct_789","telnyx_agent_target":"+13125550100","telnyx_end_user_target":"+13125550123"}}`.
|
|
405
405
|
forward_metadata: nil,
|
|
406
406
|
# Integration secret identifier for the external LLM API key.
|
|
407
407
|
llm_api_key_ref: nil,
|
|
@@ -580,11 +580,11 @@ module Telnyx
|
|
|
580
580
|
sig { params(certificate_ref: String).void }
|
|
581
581
|
attr_writer :certificate_ref
|
|
582
582
|
|
|
583
|
-
# When enabled, Telnyx forwards
|
|
584
|
-
#
|
|
585
|
-
#
|
|
586
|
-
#
|
|
587
|
-
# `{"
|
|
583
|
+
# When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
584
|
+
# LLM endpoint. Defaults to false. The chat completion request includes a
|
|
585
|
+
# top-level `extra_metadata` object when dynamic variables are available. For
|
|
586
|
+
# example:
|
|
587
|
+
# `{"extra_metadata":{"customer_name":"Jane","account_id":"acct_789","telnyx_agent_target":"+13125550100","telnyx_end_user_target":"+13125550123"}}`.
|
|
588
588
|
sig { returns(T.nilable(T::Boolean)) }
|
|
589
589
|
attr_reader :forward_metadata
|
|
590
590
|
|
|
@@ -633,11 +633,11 @@ module Telnyx
|
|
|
633
633
|
# Integration secret identifier for the client certificate used with certificate
|
|
634
634
|
# authentication.
|
|
635
635
|
certificate_ref: nil,
|
|
636
|
-
# When enabled, Telnyx forwards
|
|
637
|
-
#
|
|
638
|
-
#
|
|
639
|
-
#
|
|
640
|
-
# `{"
|
|
636
|
+
# When enabled, Telnyx forwards the assistant's dynamic variables to the external
|
|
637
|
+
# LLM endpoint. Defaults to false. The chat completion request includes a
|
|
638
|
+
# top-level `extra_metadata` object when dynamic variables are available. For
|
|
639
|
+
# example:
|
|
640
|
+
# `{"extra_metadata":{"customer_name":"Jane","account_id":"acct_789","telnyx_agent_target":"+13125550100","telnyx_end_user_target":"+13125550123"}}`.
|
|
641
641
|
forward_metadata: nil,
|
|
642
642
|
# Integration secret identifier for the external LLM API key.
|
|
643
643
|
llm_api_key_ref: nil,
|