hume 0.9.5 → 0.9.7

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 (67) hide show
  1. package/.mock/definition/empathic-voice/__package__.yml +66 -42
  2. package/.mock/definition/empathic-voice/chatGroups.yml +10 -0
  3. package/.mock/definition/empathic-voice/chats.yml +6 -0
  4. package/.mock/definition/empathic-voice/configs.yml +18 -6
  5. package/.mock/definition/empathic-voice/customVoices.yml +12 -3
  6. package/.mock/definition/empathic-voice/prompts.yml +18 -0
  7. package/.mock/definition/empathic-voice/tools.yml +18 -0
  8. package/.mock/definition/expression-measurement/batch/__package__.yml +12 -0
  9. package/.mock/definition/expression-measurement/stream/__package__.yml +19 -0
  10. package/.mock/fern.config.json +1 -1
  11. package/api/resources/empathicVoice/resources/chat/client/Client.d.ts +2 -0
  12. package/api/resources/empathicVoice/resources/chat/client/Client.js +3 -0
  13. package/api/resources/empathicVoice/resources/chatGroups/client/Client.js +4 -4
  14. package/api/resources/empathicVoice/resources/chats/client/Client.js +3 -3
  15. package/api/resources/empathicVoice/resources/configs/client/Client.js +9 -9
  16. package/api/resources/empathicVoice/resources/customVoices/client/Client.js +6 -6
  17. package/api/resources/empathicVoice/resources/prompts/client/Client.js +9 -9
  18. package/api/resources/empathicVoice/resources/tools/client/Client.js +9 -9
  19. package/api/resources/empathicVoice/types/PostedCustomVoiceParameters.d.ts +10 -16
  20. package/api/resources/empathicVoice/types/ReturnCustomVoiceParameters.d.ts +10 -16
  21. package/api/resources/empathicVoice/types/SessionSettings.d.ts +8 -2
  22. package/api/resources/empathicVoice/types/SessionSettingsVariablesValue.d.ts +4 -0
  23. package/api/resources/empathicVoice/types/SessionSettingsVariablesValue.js +5 -0
  24. package/api/resources/empathicVoice/types/index.d.ts +1 -0
  25. package/api/resources/empathicVoice/types/index.js +1 -0
  26. package/api/resources/expressionMeasurement/resources/batch/client/Client.js +6 -6
  27. package/dist/api/resources/empathicVoice/resources/chat/client/Client.d.ts +2 -0
  28. package/dist/api/resources/empathicVoice/resources/chat/client/Client.js +3 -0
  29. package/dist/api/resources/empathicVoice/resources/chatGroups/client/Client.js +4 -4
  30. package/dist/api/resources/empathicVoice/resources/chats/client/Client.js +3 -3
  31. package/dist/api/resources/empathicVoice/resources/configs/client/Client.js +9 -9
  32. package/dist/api/resources/empathicVoice/resources/customVoices/client/Client.js +6 -6
  33. package/dist/api/resources/empathicVoice/resources/prompts/client/Client.js +9 -9
  34. package/dist/api/resources/empathicVoice/resources/tools/client/Client.js +9 -9
  35. package/dist/api/resources/empathicVoice/types/PostedCustomVoiceParameters.d.ts +10 -16
  36. package/dist/api/resources/empathicVoice/types/ReturnCustomVoiceParameters.d.ts +10 -16
  37. package/dist/api/resources/empathicVoice/types/SessionSettings.d.ts +8 -2
  38. package/dist/api/resources/empathicVoice/types/SessionSettingsVariablesValue.d.ts +4 -0
  39. package/dist/api/resources/empathicVoice/types/SessionSettingsVariablesValue.js +5 -0
  40. package/dist/api/resources/empathicVoice/types/index.d.ts +1 -0
  41. package/dist/api/resources/empathicVoice/types/index.js +1 -0
  42. package/dist/api/resources/expressionMeasurement/resources/batch/client/Client.js +6 -6
  43. package/dist/serialization/resources/empathicVoice/types/PostedCustomVoiceParameters.d.ts +0 -1
  44. package/dist/serialization/resources/empathicVoice/types/PostedCustomVoiceParameters.js +0 -1
  45. package/dist/serialization/resources/empathicVoice/types/ReturnCustomVoiceParameters.d.ts +0 -1
  46. package/dist/serialization/resources/empathicVoice/types/ReturnCustomVoiceParameters.js +0 -1
  47. package/dist/serialization/resources/empathicVoice/types/SessionSettings.d.ts +2 -1
  48. package/dist/serialization/resources/empathicVoice/types/SessionSettings.js +2 -1
  49. package/dist/serialization/resources/empathicVoice/types/SessionSettingsVariablesValue.d.ts +10 -0
  50. package/dist/serialization/resources/empathicVoice/types/SessionSettingsVariablesValue.js +35 -0
  51. package/dist/serialization/resources/empathicVoice/types/index.d.ts +1 -0
  52. package/dist/serialization/resources/empathicVoice/types/index.js +1 -0
  53. package/dist/version.d.ts +1 -1
  54. package/dist/version.js +1 -1
  55. package/package.json +1 -1
  56. package/serialization/resources/empathicVoice/types/PostedCustomVoiceParameters.d.ts +0 -1
  57. package/serialization/resources/empathicVoice/types/PostedCustomVoiceParameters.js +0 -1
  58. package/serialization/resources/empathicVoice/types/ReturnCustomVoiceParameters.d.ts +0 -1
  59. package/serialization/resources/empathicVoice/types/ReturnCustomVoiceParameters.js +0 -1
  60. package/serialization/resources/empathicVoice/types/SessionSettings.d.ts +2 -1
  61. package/serialization/resources/empathicVoice/types/SessionSettings.js +2 -1
  62. package/serialization/resources/empathicVoice/types/SessionSettingsVariablesValue.d.ts +10 -0
  63. package/serialization/resources/empathicVoice/types/SessionSettingsVariablesValue.js +35 -0
  64. package/serialization/resources/empathicVoice/types/index.d.ts +1 -0
  65. package/serialization/resources/empathicVoice/types/index.js +1 -0
  66. package/version.d.ts +1 -1
  67. package/version.js +1 -1
@@ -191,26 +191,17 @@ types:
191
191
  gender:
192
192
  type: optional<integer>
193
193
  docs: >-
194
- The vocalization of gender, ranging between more masculine and more
195
- feminine.
194
+ The perceived tonality of the voice, reflecting characteristics
195
+ typically associated with masculinity and femininity.
196
196
 
197
197
 
198
198
  The default value is `0`, with a minimum of `-100` (more masculine)
199
199
  and a maximum of `100` (more feminine). A value of `0` leaves this
200
200
  parameter unchanged from the base voice.
201
- articulation:
202
- type: optional<integer>
203
- docs: >-
204
- The clarity of the voice, ranging between mumbled and articulate.
205
-
206
-
207
- The default value is `0`, with a minimum of `-100` (mumbled) and a
208
- maximum of `100` (articulate). A value of `0` leaves this parameter
209
- unchanged from the base voice.
210
201
  assertiveness:
211
202
  type: optional<integer>
212
203
  docs: >-
213
- The firmness of the voice, ranging between whiny and bold.
204
+ The perceived firmness of the voice, ranging between whiny and bold.
214
205
 
215
206
 
216
207
  The default value is `0`, with a minimum of `-100` (whiny) and a
@@ -219,7 +210,8 @@ types:
219
210
  buoyancy:
220
211
  type: optional<integer>
221
212
  docs: >-
222
- The density of the voice, ranging between deflated and buoyant.
213
+ The perceived density of the voice, ranging between deflated and
214
+ buoyant.
223
215
 
224
216
 
225
217
  The default value is `0`, with a minimum of `-100` (deflated) and a
@@ -228,7 +220,8 @@ types:
228
220
  confidence:
229
221
  type: optional<integer>
230
222
  docs: >-
231
- The assuredness of the voice, ranging between shy and confident.
223
+ The perceived assuredness of the voice, ranging between shy and
224
+ confident.
232
225
 
233
226
 
234
227
  The default value is `0`, with a minimum of `-100` (shy) and a maximum
@@ -237,7 +230,7 @@ types:
237
230
  enthusiasm:
238
231
  type: optional<integer>
239
232
  docs: >-
240
- The excitement within the voice, ranging between calm and
233
+ The perceived excitement within the voice, ranging between calm and
241
234
  enthusiastic.
242
235
 
243
236
 
@@ -247,7 +240,7 @@ types:
247
240
  nasality:
248
241
  type: optional<integer>
249
242
  docs: >-
250
- The openness of the voice, ranging between clear and nasal.
243
+ The perceived openness of the voice, ranging between clear and nasal.
251
244
 
252
245
 
253
246
  The default value is `0`, with a minimum of `-100` (clear) and a
@@ -256,7 +249,8 @@ types:
256
249
  relaxedness:
257
250
  type: optional<integer>
258
251
  docs: >-
259
- The stress within the voice, ranging between tense and relaxed.
252
+ The perceived stress within the voice, ranging between tense and
253
+ relaxed.
260
254
 
261
255
 
262
256
  The default value is `0`, with a minimum of `-100` (tense) and a
@@ -265,7 +259,8 @@ types:
265
259
  smoothness:
266
260
  type: optional<integer>
267
261
  docs: >-
268
- The texture of the voice, ranging between smooth and staccato.
262
+ The perceived texture of the voice, ranging between smooth and
263
+ staccato.
269
264
 
270
265
 
271
266
  The default value is `0`, with a minimum of `-100` (smooth) and a
@@ -274,7 +269,8 @@ types:
274
269
  tepidity:
275
270
  type: optional<integer>
276
271
  docs: >-
277
- The liveliness behind the voice, ranging between tepid and vigorous.
272
+ The perceived liveliness behind the voice, ranging between tepid and
273
+ vigorous.
278
274
 
279
275
 
280
276
  The default value is `0`, with a minimum of `-100` (tepid) and a
@@ -283,7 +279,8 @@ types:
283
279
  tightness:
284
280
  type: optional<integer>
285
281
  docs: >-
286
- The containment of the voice, ranging between tight and breathy.
282
+ The perceived containment of the voice, ranging between tight and
283
+ breathy.
287
284
 
288
285
 
289
286
  The default value is `0`, with a minimum of `-100` (tight) and a
@@ -291,6 +288,7 @@ types:
291
288
  unchanged from the base voice.
292
289
  source:
293
290
  openapi: stenographer-openapi.json
291
+ inline: true
294
292
  PostedCustomVoice:
295
293
  docs: >-
296
294
  A Custom Voice specification to be associated with this Config.
@@ -349,26 +347,17 @@ types:
349
347
  gender:
350
348
  type: optional<integer>
351
349
  docs: >-
352
- The vocalization of gender, ranging between more masculine and more
353
- feminine.
350
+ The perceived tonality of the voice, reflecting characteristics
351
+ typically associated with masculinity and femininity.
354
352
 
355
353
 
356
354
  The default value is `0`, with a minimum of `-100` (more masculine)
357
355
  and a maximum of `100` (more feminine). A value of `0` leaves this
358
356
  parameter unchanged from the base voice.
359
- articulation:
360
- type: optional<integer>
361
- docs: >-
362
- The clarity of the voice, ranging between mumbled and articulate.
363
-
364
-
365
- The default value is `0`, with a minimum of `-100` (mumbled) and a
366
- maximum of `100` (articulate). A value of `0` leaves this parameter
367
- unchanged from the base voice.
368
357
  assertiveness:
369
358
  type: optional<integer>
370
359
  docs: >-
371
- The firmness of the voice, ranging between whiny and bold.
360
+ The perceived firmness of the voice, ranging between whiny and bold.
372
361
 
373
362
 
374
363
  The default value is `0`, with a minimum of `-100` (whiny) and a
@@ -377,7 +366,8 @@ types:
377
366
  buoyancy:
378
367
  type: optional<integer>
379
368
  docs: >-
380
- The density of the voice, ranging between deflated and buoyant.
369
+ The perceived density of the voice, ranging between deflated and
370
+ buoyant.
381
371
 
382
372
 
383
373
  The default value is `0`, with a minimum of `-100` (deflated) and a
@@ -386,7 +376,8 @@ types:
386
376
  confidence:
387
377
  type: optional<integer>
388
378
  docs: >-
389
- The assuredness of the voice, ranging between shy and confident.
379
+ The perceived assuredness of the voice, ranging between shy and
380
+ confident.
390
381
 
391
382
 
392
383
  The default value is `0`, with a minimum of `-100` (shy) and a maximum
@@ -395,7 +386,7 @@ types:
395
386
  enthusiasm:
396
387
  type: optional<integer>
397
388
  docs: >-
398
- The excitement within the voice, ranging between calm and
389
+ The perceived excitement within the voice, ranging between calm and
399
390
  enthusiastic.
400
391
 
401
392
 
@@ -405,7 +396,7 @@ types:
405
396
  nasality:
406
397
  type: optional<integer>
407
398
  docs: >-
408
- The openness of the voice, ranging between clear and nasal.
399
+ The perceived openness of the voice, ranging between clear and nasal.
409
400
 
410
401
 
411
402
  The default value is `0`, with a minimum of `-100` (clear) and a
@@ -414,7 +405,8 @@ types:
414
405
  relaxedness:
415
406
  type: optional<integer>
416
407
  docs: >-
417
- The stress within the voice, ranging between tense and relaxed.
408
+ The perceived stress within the voice, ranging between tense and
409
+ relaxed.
418
410
 
419
411
 
420
412
  The default value is `0`, with a minimum of `-100` (tense) and a
@@ -423,7 +415,8 @@ types:
423
415
  smoothness:
424
416
  type: optional<integer>
425
417
  docs: >-
426
- The texture of the voice, ranging between smooth and staccato.
418
+ The perceived texture of the voice, ranging between smooth and
419
+ staccato.
427
420
 
428
421
 
429
422
  The default value is `0`, with a minimum of `-100` (smooth) and a
@@ -432,7 +425,8 @@ types:
432
425
  tepidity:
433
426
  type: optional<integer>
434
427
  docs: >-
435
- The liveliness behind the voice, ranging between tepid and vigorous.
428
+ The perceived liveliness behind the voice, ranging between tepid and
429
+ vigorous.
436
430
 
437
431
 
438
432
  The default value is `0`, with a minimum of `-100` (tepid) and a
@@ -441,7 +435,8 @@ types:
441
435
  tightness:
442
436
  type: optional<integer>
443
437
  docs: >-
444
- The containment of the voice, ranging between tight and breathy.
438
+ The perceived containment of the voice, ranging between tight and
439
+ breathy.
445
440
 
446
441
 
447
442
  The default value is `0`, with a minimum of `-100` (tight) and a
@@ -449,6 +444,7 @@ types:
449
444
  unchanged from the base voice.
450
445
  source:
451
446
  openapi: stenographer-openapi.json
447
+ inline: true
452
448
  ReturnCustomVoice:
453
449
  docs: A Custom Voice specification associated with this Config.
454
450
  properties:
@@ -762,6 +758,7 @@ types:
762
758
  minutes).
763
759
  source:
764
760
  openapi: stenographer-openapi.json
761
+ inline: true
765
762
  PostedTimeoutSpecsMaxDuration:
766
763
  docs: >-
767
764
  Specifies the maximum allowed duration (in seconds) for an EVI WebSocket
@@ -789,6 +786,7 @@ types:
789
786
  minutes).
790
787
  source:
791
788
  openapi: stenographer-openapi.json
789
+ inline: true
792
790
  PostedTimeoutSpecs:
793
791
  docs: >-
794
792
  Collection of timeout specifications returned by the server.
@@ -2376,6 +2374,15 @@ types:
2376
2374
  data, and persist conversations across EVI sessions.
2377
2375
  source:
2378
2376
  openapi: assistant-asyncapi.json
2377
+ SessionSettingsVariablesValue:
2378
+ discriminated: false
2379
+ union:
2380
+ - string
2381
+ - double
2382
+ - boolean
2383
+ source:
2384
+ openapi: assistant-asyncapi.json
2385
+ inline: true
2379
2386
  SessionSettings:
2380
2387
  docs: Settings for this chat session.
2381
2388
  properties:
@@ -2502,8 +2509,23 @@ types:
2502
2509
  metadata:
2503
2510
  type: optional<map<string, unknown>>
2504
2511
  variables:
2505
- type: optional<map<string, string>>
2506
- docs: Dynamic values that can be used to populate EVI prompts.
2512
+ type: optional<map<string, SessionSettingsVariablesValue>>
2513
+ docs: >-
2514
+ This field allows you to assign values to dynamic variables referenced
2515
+ in your system prompt.
2516
+
2517
+
2518
+ Each key represents the variable name, and the corresponding value is
2519
+ the specific content you wish to assign to that variable within the
2520
+ session. While the values for variables can be strings, numbers, or
2521
+ booleans, the value will ultimately be converted to a string when
2522
+ injected into your system prompt.
2523
+
2524
+
2525
+ Using this field, you can personalize responses based on
2526
+ session-specific details. For more guidance, see our [guide on using
2527
+ dynamic
2528
+ variables](/docs/empathic-voice-interface-evi/conversational-controls#dynamic-variables).
2507
2529
  source:
2508
2530
  openapi: assistant-asyncapi.json
2509
2531
  Tool:
@@ -2779,6 +2801,7 @@ types:
2779
2801
  - type: ToolErrorMessage
2780
2802
  source:
2781
2803
  openapi: assistant-asyncapi.json
2804
+ inline: true
2782
2805
  ChatMessage:
2783
2806
  properties:
2784
2807
  role:
@@ -3151,6 +3174,7 @@ types:
3151
3174
  - integer
3152
3175
  source:
3153
3176
  openapi: assistant-openapi.json
3177
+ inline: true
3154
3178
  ValidationError:
3155
3179
  properties:
3156
3180
  loc:
@@ -9,6 +9,8 @@ service:
9
9
  method: GET
10
10
  auth: true
11
11
  docs: Fetches a paginated list of **Chat Groups**.
12
+ source:
13
+ openapi: stenographer-openapi.json
12
14
  display-name: List chat_groups
13
15
  request:
14
16
  name: ChatGroupsListChatGroupsRequest
@@ -50,6 +52,8 @@ service:
50
52
 
51
53
  Filter Chat Groups to only include Chats that used this
52
54
  `config_id` in their most recent Chat.
55
+ validation:
56
+ format: uuid
53
57
  response:
54
58
  docs: Success
55
59
  type: root.ReturnPagedChatGroups
@@ -81,6 +85,8 @@ service:
81
85
  docs: >-
82
86
  Fetches a **ChatGroup** by ID, including a paginated list of **Chats**
83
87
  associated with the **ChatGroup**.
88
+ source:
89
+ openapi: stenographer-openapi.json
84
90
  path-parameters:
85
91
  id:
86
92
  type: string
@@ -155,6 +161,8 @@ service:
155
161
  docs: >-
156
162
  Fetches a paginated list of **Chat** events associated with a **Chat
157
163
  Group**.
164
+ source:
165
+ openapi: stenographer-openapi.json
158
166
  path-parameters:
159
167
  id:
160
168
  type: string
@@ -530,6 +538,8 @@ service:
530
538
  Fetches a paginated list of audio for each **Chat** within the specified
531
539
  **Chat Group**. For more details, see our guide on audio reconstruction
532
540
  [here](/docs/empathic-voice-interface-evi/faq#can-i-access-the-audio-of-previous-conversations-with-evi).
541
+ source:
542
+ openapi: stenographer-openapi.json
533
543
  path-parameters:
534
544
  id:
535
545
  type: string
@@ -12,6 +12,8 @@ service:
12
12
  pagination:
13
13
  offset: $request.page_number
14
14
  results: $response.chats_page
15
+ source:
16
+ openapi: stenographer-openapi.json
15
17
  display-name: List chats
16
18
  request:
17
19
  name: ChatsListChatsRequest
@@ -80,6 +82,8 @@ service:
80
82
  pagination:
81
83
  offset: $request.page_number
82
84
  results: $response.events_page
85
+ source:
86
+ openapi: stenographer-openapi.json
83
87
  path-parameters:
84
88
  id:
85
89
  type: string
@@ -463,6 +467,8 @@ service:
463
467
  Fetches the audio of a previous **Chat**. For more details, see our
464
468
  guide on audio reconstruction
465
469
  [here](/docs/empathic-voice-interface-evi/faq#can-i-access-the-audio-of-previous-conversations-with-evi).
470
+ source:
471
+ openapi: stenographer-openapi.json
466
472
  path-parameters:
467
473
  id:
468
474
  type: string
@@ -15,6 +15,8 @@ service:
15
15
  For more details on configuration options and how to configure EVI, see
16
16
  our [configuration
17
17
  guide](/docs/empathic-voice-interface-evi/configuration).
18
+ source:
19
+ openapi: stenographer-openapi.json
18
20
  display-name: List configs
19
21
  request:
20
22
  name: ConfigsListConfigsRequest
@@ -99,7 +101,6 @@ service:
99
101
  parameter_model: 20241004-11parameter
100
102
  parameters:
101
103
  gender: 0
102
- articulation: -10
103
104
  assertiveness: 20
104
105
  buoyancy: -30
105
106
  confidence: -40
@@ -145,6 +146,8 @@ service:
145
146
  For more details on configuration options and how to configure EVI, see
146
147
  our [configuration
147
148
  guide](/docs/empathic-voice-interface-evi/configuration).
149
+ source:
150
+ openapi: stenographer-openapi.json
148
151
  display-name: Create config
149
152
  request:
150
153
  name: PostedConfig
@@ -262,7 +265,6 @@ service:
262
265
  parameter_model: 20241004-11parameter
263
266
  parameters:
264
267
  gender: 0
265
- articulation: -10
266
268
  assertiveness: 20
267
269
  buoyancy: -30
268
270
  confidence: -40
@@ -308,6 +310,8 @@ service:
308
310
  For more details on configuration options and how to configure EVI, see
309
311
  our [configuration
310
312
  guide](/docs/empathic-voice-interface-evi/configuration).
313
+ source:
314
+ openapi: stenographer-openapi.json
311
315
  path-parameters:
312
316
  id:
313
317
  type: string
@@ -392,7 +396,6 @@ service:
392
396
  parameter_model: 20241004-11parameter
393
397
  parameters:
394
398
  gender: 0
395
- articulation: -10
396
399
  assertiveness: 20
397
400
  buoyancy: -30
398
401
  confidence: -40
@@ -438,6 +441,8 @@ service:
438
441
  For more details on configuration options and how to configure EVI, see
439
442
  our [configuration
440
443
  guide](/docs/empathic-voice-interface-evi/configuration).
444
+ source:
445
+ openapi: stenographer-openapi.json
441
446
  path-parameters:
442
447
  id:
443
448
  type: string
@@ -557,7 +562,6 @@ service:
557
562
  parameter_model: 20241004-11parameter
558
563
  parameters:
559
564
  gender: 0
560
- articulation: -10
561
565
  assertiveness: 20
562
566
  buoyancy: -30
563
567
  confidence: -40
@@ -603,6 +607,8 @@ service:
603
607
  For more details on configuration options and how to configure EVI, see
604
608
  our [configuration
605
609
  guide](/docs/empathic-voice-interface-evi/configuration).
610
+ source:
611
+ openapi: stenographer-openapi.json
606
612
  path-parameters:
607
613
  id:
608
614
  type: string
@@ -624,6 +630,8 @@ service:
624
630
  For more details on configuration options and how to configure EVI, see
625
631
  our [configuration
626
632
  guide](/docs/empathic-voice-interface-evi/configuration).
633
+ source:
634
+ openapi: stenographer-openapi.json
627
635
  path-parameters:
628
636
  id:
629
637
  type: string
@@ -658,6 +666,8 @@ service:
658
666
  For more details on configuration options and how to configure EVI, see
659
667
  our [configuration
660
668
  guide](/docs/empathic-voice-interface-evi/configuration).
669
+ source:
670
+ openapi: stenographer-openapi.json
661
671
  path-parameters:
662
672
  id:
663
673
  type: string
@@ -724,7 +734,6 @@ service:
724
734
  parameter_model: 20241004-11parameter
725
735
  parameters:
726
736
  gender: 0
727
- articulation: -10
728
737
  assertiveness: 20
729
738
  buoyancy: -30
730
739
  confidence: -40
@@ -770,6 +779,8 @@ service:
770
779
  For more details on configuration options and how to configure EVI, see
771
780
  our [configuration
772
781
  guide](/docs/empathic-voice-interface-evi/configuration).
782
+ source:
783
+ openapi: stenographer-openapi.json
773
784
  path-parameters:
774
785
  id:
775
786
  type: string
@@ -807,6 +818,8 @@ service:
807
818
  For more details on configuration options and how to configure EVI, see
808
819
  our [configuration
809
820
  guide](/docs/empathic-voice-interface-evi/configuration).
821
+ source:
822
+ openapi: stenographer-openapi.json
810
823
  path-parameters:
811
824
  id:
812
825
  type: string
@@ -883,7 +896,6 @@ service:
883
896
  parameter_model: 20241004-11parameter
884
897
  parameters:
885
898
  gender: 0
886
- articulation: -10
887
899
  assertiveness: 20
888
900
  buoyancy: -30
889
901
  confidence: -40
@@ -14,6 +14,8 @@ service:
14
14
 
15
15
  Refer to our [voices guide](/docs/empathic-voice-interface-evi/voices)
16
16
  for details on creating a custom voice.
17
+ source:
18
+ openapi: stenographer-openapi.json
17
19
  display-name: List custom voices
18
20
  request:
19
21
  name: CustomVoicesListCustomVoicesRequest
@@ -73,6 +75,8 @@ service:
73
75
 
74
76
  Refer to our [voices guide](/docs/empathic-voice-interface-evi/voices)
75
77
  for details on creating a custom voice.
78
+ source:
79
+ openapi: stenographer-openapi.json
76
80
  display-name: Create custom voice
77
81
  request:
78
82
  body: root.PostedCustomVoice
@@ -98,7 +102,6 @@ service:
98
102
  parameter_model: 20241004-11parameter
99
103
  parameters:
100
104
  gender: 1
101
- articulation: 1
102
105
  assertiveness: 1
103
106
  buoyancy: 1
104
107
  confidence: 1
@@ -118,6 +121,8 @@ service:
118
121
 
119
122
  Refer to our [voices guide](/docs/empathic-voice-interface-evi/voices)
120
123
  for details on creating a custom voice.
124
+ source:
125
+ openapi: stenographer-openapi.json
121
126
  path-parameters:
122
127
  id:
123
128
  type: string
@@ -142,7 +147,6 @@ service:
142
147
  parameter_model: 20241004-11parameter
143
148
  parameters:
144
149
  gender: 1
145
- articulation: 1
146
150
  assertiveness: 1
147
151
  buoyancy: 1
148
152
  confidence: 1
@@ -163,6 +167,8 @@ service:
163
167
 
164
168
  Refer to our [voices guide](/docs/empathic-voice-interface-evi/voices)
165
169
  for details on creating a custom voice.
170
+ source:
171
+ openapi: stenographer-openapi.json
166
172
  path-parameters:
167
173
  id:
168
174
  type: string
@@ -194,7 +200,6 @@ service:
194
200
  parameter_model: 20241004-11parameter
195
201
  parameters:
196
202
  gender: 1
197
- articulation: 1
198
203
  assertiveness: 1
199
204
  buoyancy: 1
200
205
  confidence: 1
@@ -214,6 +219,8 @@ service:
214
219
 
215
220
  Refer to our [voices guide](/docs/empathic-voice-interface-evi/voices)
216
221
  for details on creating a custom voice.
222
+ source:
223
+ openapi: stenographer-openapi.json
217
224
  path-parameters:
218
225
  id:
219
226
  type: string
@@ -234,6 +241,8 @@ service:
234
241
 
235
242
  Refer to our [voices guide](/docs/empathic-voice-interface-evi/voices)
236
243
  for details on creating a custom voice.
244
+ source:
245
+ openapi: stenographer-openapi.json
237
246
  path-parameters:
238
247
  id:
239
248
  type: string
@@ -18,6 +18,8 @@ service:
18
18
  pagination:
19
19
  offset: $request.page_number
20
20
  results: $response.prompts_page
21
+ source:
22
+ openapi: stenographer-openapi.json
21
23
  display-name: List prompts
22
24
  request:
23
25
  name: PromptsListPromptsRequest
@@ -106,6 +108,8 @@ service:
106
108
  See our [prompting
107
109
  guide](/docs/empathic-voice-interface-evi/phone-calling) for tips on
108
110
  crafting your system prompt.
111
+ source:
112
+ openapi: stenographer-openapi.json
109
113
  display-name: Create prompt
110
114
  request:
111
115
  name: PostedPrompt
@@ -175,6 +179,8 @@ service:
175
179
  See our [prompting
176
180
  guide](/docs/empathic-voice-interface-evi/phone-calling) for tips on
177
181
  crafting your system prompt.
182
+ source:
183
+ openapi: stenographer-openapi.json
178
184
  path-parameters:
179
185
  id:
180
186
  type: string
@@ -249,6 +255,8 @@ service:
249
255
  See our [prompting
250
256
  guide](/docs/empathic-voice-interface-evi/phone-calling) for tips on
251
257
  crafting your system prompt.
258
+ source:
259
+ openapi: stenographer-openapi.json
252
260
  path-parameters:
253
261
  id:
254
262
  type: string
@@ -323,6 +331,8 @@ service:
323
331
  See our [prompting
324
332
  guide](/docs/empathic-voice-interface-evi/phone-calling) for tips on
325
333
  crafting your system prompt.
334
+ source:
335
+ openapi: stenographer-openapi.json
326
336
  path-parameters:
327
337
  id:
328
338
  type: string
@@ -344,6 +354,8 @@ service:
344
354
  See our [prompting
345
355
  guide](/docs/empathic-voice-interface-evi/phone-calling) for tips on
346
356
  crafting your system prompt.
357
+ source:
358
+ openapi: stenographer-openapi.json
347
359
  path-parameters:
348
360
  id:
349
361
  type: string
@@ -378,6 +390,8 @@ service:
378
390
  See our [prompting
379
391
  guide](/docs/empathic-voice-interface-evi/phone-calling) for tips on
380
392
  crafting your system prompt.
393
+ source:
394
+ openapi: stenographer-openapi.json
381
395
  path-parameters:
382
396
  id:
383
397
  type: string
@@ -434,6 +448,8 @@ service:
434
448
  See our [prompting
435
449
  guide](/docs/empathic-voice-interface-evi/phone-calling) for tips on
436
450
  crafting your system prompt.
451
+ source:
452
+ openapi: stenographer-openapi.json
437
453
  path-parameters:
438
454
  id:
439
455
  type: string
@@ -471,6 +487,8 @@ service:
471
487
  See our [prompting
472
488
  guide](/docs/empathic-voice-interface-evi/phone-calling) for tips on
473
489
  crafting your system prompt.
490
+ source:
491
+ openapi: stenographer-openapi.json
474
492
  path-parameters:
475
493
  id:
476
494
  type: string