hume 0.13.3 → 0.13.5

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 (91) hide show
  1. package/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +1 -5
  2. package/api/resources/empathicVoice/types/AssistantInput.d.ts +1 -1
  3. package/api/resources/empathicVoice/types/AssistantMessage.d.ts +1 -1
  4. package/api/resources/empathicVoice/types/ChatMetadata.d.ts +2 -2
  5. package/api/resources/empathicVoice/types/PauseAssistantMessage.d.ts +1 -1
  6. package/api/resources/empathicVoice/types/SessionSettings.d.ts +9 -7
  7. package/api/resources/empathicVoice/types/ToolCallMessage.d.ts +1 -1
  8. package/api/resources/empathicVoice/types/ToolErrorMessage.d.ts +2 -2
  9. package/api/resources/empathicVoice/types/ToolResponseMessage.d.ts +3 -3
  10. package/api/resources/empathicVoice/types/UserMessage.d.ts +3 -3
  11. package/api/resources/tts/types/PublishTts.d.ts +23 -0
  12. package/api/resources/tts/types/PublishTts.js +5 -0
  13. package/api/resources/tts/types/SnippetAudioChunk.d.ts +6 -1
  14. package/api/resources/tts/types/index.d.ts +7 -6
  15. package/api/resources/tts/types/index.js +7 -6
  16. package/dist/api/resources/empathicVoice/resources/configs/client/requests/PostedConfig.d.ts +1 -5
  17. package/dist/api/resources/empathicVoice/types/AssistantInput.d.ts +1 -1
  18. package/dist/api/resources/empathicVoice/types/AssistantMessage.d.ts +1 -1
  19. package/dist/api/resources/empathicVoice/types/ChatMetadata.d.ts +2 -2
  20. package/dist/api/resources/empathicVoice/types/PauseAssistantMessage.d.ts +1 -1
  21. package/dist/api/resources/empathicVoice/types/SessionSettings.d.ts +9 -7
  22. package/dist/api/resources/empathicVoice/types/ToolCallMessage.d.ts +1 -1
  23. package/dist/api/resources/empathicVoice/types/ToolErrorMessage.d.ts +2 -2
  24. package/dist/api/resources/empathicVoice/types/ToolResponseMessage.d.ts +3 -3
  25. package/dist/api/resources/empathicVoice/types/UserMessage.d.ts +3 -3
  26. package/dist/api/resources/tts/types/PublishTts.d.ts +23 -0
  27. package/dist/api/resources/tts/types/PublishTts.js +5 -0
  28. package/dist/api/resources/tts/types/SnippetAudioChunk.d.ts +6 -1
  29. package/dist/api/resources/tts/types/index.d.ts +7 -6
  30. package/dist/api/resources/tts/types/index.js +7 -6
  31. package/dist/serialization/resources/empathicVoice/types/SessionSettings.d.ts +1 -0
  32. package/dist/serialization/resources/empathicVoice/types/SessionSettings.js +1 -0
  33. package/dist/serialization/resources/tts/types/PublishTts.d.ts +19 -0
  34. package/dist/serialization/resources/tts/types/PublishTts.js +50 -0
  35. package/dist/serialization/resources/tts/types/SnippetAudioChunk.d.ts +2 -1
  36. package/dist/serialization/resources/tts/types/SnippetAudioChunk.js +2 -1
  37. package/dist/serialization/resources/tts/types/index.d.ts +7 -6
  38. package/dist/serialization/resources/tts/types/index.js +7 -6
  39. package/dist/version.d.ts +1 -1
  40. package/dist/version.js +1 -1
  41. package/dist/wrapper/EVIWebAudioPlayer.d.ts +6 -7
  42. package/dist/wrapper/EVIWebAudioPlayer.js +237 -73
  43. package/dist/wrapper/SilenceFiller.d.ts +85 -0
  44. package/dist/wrapper/SilenceFiller.js +203 -0
  45. package/dist/wrapper/collate.d.ts +36 -0
  46. package/dist/wrapper/collate.js +126 -0
  47. package/dist/wrapper/convertFrequencyScale.d.ts +1 -0
  48. package/dist/wrapper/convertFrequencyScale.js +28 -0
  49. package/dist/wrapper/generateEmptyFft.d.ts +1 -0
  50. package/dist/wrapper/generateEmptyFft.js +6 -0
  51. package/dist/wrapper/index.d.ts +2 -0
  52. package/dist/wrapper/index.js +5 -1
  53. package/package.json +2 -1
  54. package/serialization/resources/empathicVoice/types/SessionSettings.d.ts +1 -0
  55. package/serialization/resources/empathicVoice/types/SessionSettings.js +1 -0
  56. package/serialization/resources/tts/types/PublishTts.d.ts +19 -0
  57. package/serialization/resources/tts/types/PublishTts.js +50 -0
  58. package/serialization/resources/tts/types/SnippetAudioChunk.d.ts +2 -1
  59. package/serialization/resources/tts/types/SnippetAudioChunk.js +2 -1
  60. package/serialization/resources/tts/types/index.d.ts +7 -6
  61. package/serialization/resources/tts/types/index.js +7 -6
  62. package/version.d.ts +1 -1
  63. package/version.js +1 -1
  64. package/wrapper/EVIWebAudioPlayer.d.ts +6 -7
  65. package/wrapper/EVIWebAudioPlayer.js +237 -73
  66. package/wrapper/SilenceFiller.d.ts +85 -0
  67. package/wrapper/SilenceFiller.js +203 -0
  68. package/wrapper/collate.d.ts +36 -0
  69. package/wrapper/collate.js +126 -0
  70. package/wrapper/convertFrequencyScale.d.ts +1 -0
  71. package/wrapper/convertFrequencyScale.js +28 -0
  72. package/wrapper/generateEmptyFft.d.ts +1 -0
  73. package/wrapper/generateEmptyFft.js +6 -0
  74. package/wrapper/index.d.ts +2 -0
  75. package/wrapper/index.js +5 -1
  76. package/.mock/definition/api.yml +0 -12
  77. package/.mock/definition/empathic-voice/__package__.yml +0 -2973
  78. package/.mock/definition/empathic-voice/chat.yml +0 -175
  79. package/.mock/definition/empathic-voice/chatGroups.yml +0 -627
  80. package/.mock/definition/empathic-voice/chatWebhooks.yml +0 -30
  81. package/.mock/definition/empathic-voice/chats.yml +0 -506
  82. package/.mock/definition/empathic-voice/configs.yml +0 -852
  83. package/.mock/definition/empathic-voice/prompts.yml +0 -558
  84. package/.mock/definition/empathic-voice/tools.yml +0 -626
  85. package/.mock/definition/expression-measurement/__package__.yml +0 -1
  86. package/.mock/definition/expression-measurement/batch/__package__.yml +0 -1803
  87. package/.mock/definition/expression-measurement/stream/__package__.yml +0 -113
  88. package/.mock/definition/expression-measurement/stream/stream.yml +0 -438
  89. package/.mock/definition/tts/__package__.yml +0 -660
  90. package/.mock/definition/tts/voices.yml +0 -143
  91. package/.mock/fern.config.json +0 -4
@@ -1,558 +0,0 @@
1
- imports:
2
- root: __package__.yml
3
- service:
4
- auth: false
5
- base-path: ''
6
- endpoints:
7
- list-prompts:
8
- path: /v0/evi/prompts
9
- method: GET
10
- auth: true
11
- docs: >-
12
- Fetches a paginated list of **Prompts**.
13
-
14
-
15
- See our [prompting
16
- guide](/docs/speech-to-speech-evi/guides/phone-calling) for tips on
17
- crafting your system prompt.
18
- pagination:
19
- offset: $request.page_number
20
- results: $response.prompts_page
21
- source:
22
- openapi: evi-openapi.json
23
- display-name: List prompts
24
- request:
25
- name: PromptsListPromptsRequest
26
- query-parameters:
27
- page_number:
28
- type: optional<integer>
29
- default: 0
30
- docs: >-
31
- Specifies the page number to retrieve, enabling pagination.
32
-
33
-
34
- This parameter uses zero-based indexing. For example, setting
35
- `page_number` to 0 retrieves the first page of results (items 0-9
36
- if `page_size` is 10), setting `page_number` to 1 retrieves the
37
- second page (items 10-19), and so on. Defaults to 0, which
38
- retrieves the first page.
39
- page_size:
40
- type: optional<integer>
41
- docs: >-
42
- Specifies the maximum number of results to include per page,
43
- enabling pagination. The value must be between 1 and 100,
44
- inclusive.
45
-
46
-
47
- For example, if `page_size` is set to 10, each page will include
48
- up to 10 items. Defaults to 10.
49
- restrict_to_most_recent:
50
- type: optional<boolean>
51
- docs: Only include the most recent version of each prompt in the list.
52
- name:
53
- type: optional<string>
54
- docs: Filter to only include prompts with name.
55
- response:
56
- docs: Success
57
- type: root.ReturnPagedPrompts
58
- status-code: 200
59
- errors:
60
- - root.BadRequestError
61
- examples:
62
- - query-parameters:
63
- page_number: 0
64
- page_size: 2
65
- response:
66
- body:
67
- page_number: 0
68
- page_size: 2
69
- total_pages: 1
70
- prompts_page:
71
- - id: af699d45-2985-42cc-91b9-af9e5da3bac5
72
- version: 0
73
- version_type: FIXED
74
- version_description: ''
75
- name: Weather Assistant Prompt
76
- created_on: 1715267200693
77
- modified_on: 1715267200693
78
- text: >-
79
- <role>You are an AI weather assistant providing users with
80
- accurate and up-to-date weather information. Respond to user
81
- queries concisely and clearly. Use simple language and avoid
82
- technical jargon. Provide temperature, precipitation, wind
83
- conditions, and any weather alerts. Include helpful tips if
84
- severe weather is expected.</role>
85
- - id: 616b2b4c-a096-4445-9c23-64058b564fc2
86
- version: 0
87
- version_type: FIXED
88
- version_description: ''
89
- name: Web Search Assistant Prompt
90
- created_on: 1715267200693
91
- modified_on: 1715267200693
92
- text: >-
93
- <role>You are an AI web search assistant designed to help
94
- users find accurate and relevant information on the web.
95
- Respond to user queries promptly, using the built-in web
96
- search tool to retrieve up-to-date results. Present
97
- information clearly and concisely, summarizing key points
98
- where necessary. Use simple language and avoid technical
99
- jargon. If needed, provide helpful tips for refining search
100
- queries to obtain better results.</role>
101
- create-prompt:
102
- path: /v0/evi/prompts
103
- method: POST
104
- auth: true
105
- docs: >-
106
- Creates a **Prompt** that can be added to an [EVI
107
- configuration](/reference/speech-to-speech-evi/configs/create-config).
108
-
109
-
110
- See our [prompting
111
- guide](/docs/speech-to-speech-evi/guides/phone-calling) for tips on
112
- crafting your system prompt.
113
- source:
114
- openapi: evi-openapi.json
115
- display-name: Create prompt
116
- request:
117
- name: PostedPrompt
118
- body:
119
- properties:
120
- name:
121
- type: string
122
- docs: Name applied to all versions of a particular Prompt.
123
- version_description:
124
- type: optional<string>
125
- docs: An optional description of the Prompt version.
126
- text:
127
- type: string
128
- docs: >-
129
- Instructions used to shape EVI's behavior, responses, and style.
130
-
131
-
132
- You can use the Prompt to define a specific goal or role for
133
- EVI, specifying how it should act or what it should focus on
134
- during the conversation. For example, EVI can be instructed to
135
- act as a customer support representative, a fitness coach, or a
136
- travel advisor, each with its own set of behaviors and response
137
- styles.
138
-
139
-
140
- For help writing a system prompt, see our [Prompting
141
- Guide](/docs/speech-to-speech-evi/guides/prompting).
142
- content-type: application/json
143
- response:
144
- docs: Created
145
- type: optional<root.ReturnPrompt>
146
- status-code: 201
147
- errors:
148
- - root.BadRequestError
149
- examples:
150
- - request:
151
- name: Weather Assistant Prompt
152
- text: >-
153
- <role>You are an AI weather assistant providing users with
154
- accurate and up-to-date weather information. Respond to user
155
- queries concisely and clearly. Use simple language and avoid
156
- technical jargon. Provide temperature, precipitation, wind
157
- conditions, and any weather alerts. Include helpful tips if severe
158
- weather is expected.</role>
159
- response:
160
- body:
161
- id: af699d45-2985-42cc-91b9-af9e5da3bac5
162
- version: 0
163
- version_type: FIXED
164
- version_description: null
165
- name: Weather Assistant Prompt
166
- created_on: 1722633247488
167
- modified_on: 1722633247488
168
- text: >-
169
- <role>You are an AI weather assistant providing users with
170
- accurate and up-to-date weather information. Respond to user
171
- queries concisely and clearly. Use simple language and avoid
172
- technical jargon. Provide temperature, precipitation, wind
173
- conditions, and any weather alerts. Include helpful tips if
174
- severe weather is expected.</role>
175
- list-prompt-versions:
176
- path: /v0/evi/prompts/{id}
177
- method: GET
178
- auth: true
179
- docs: >-
180
- Fetches a list of a **Prompt's** versions.
181
-
182
-
183
- See our [prompting
184
- guide](/docs/speech-to-speech-evi/guides/phone-calling) for tips on
185
- crafting your system prompt.
186
- source:
187
- openapi: evi-openapi.json
188
- path-parameters:
189
- id:
190
- type: string
191
- docs: Identifier for a Prompt. Formatted as a UUID.
192
- display-name: List prompt versions
193
- request:
194
- name: PromptsListPromptVersionsRequest
195
- query-parameters:
196
- page_number:
197
- type: optional<integer>
198
- default: 0
199
- docs: >-
200
- Specifies the page number to retrieve, enabling pagination.
201
-
202
-
203
- This parameter uses zero-based indexing. For example, setting
204
- `page_number` to 0 retrieves the first page of results (items 0-9
205
- if `page_size` is 10), setting `page_number` to 1 retrieves the
206
- second page (items 10-19), and so on. Defaults to 0, which
207
- retrieves the first page.
208
- page_size:
209
- type: optional<integer>
210
- docs: >-
211
- Specifies the maximum number of results to include per page,
212
- enabling pagination. The value must be between 1 and 100,
213
- inclusive.
214
-
215
-
216
- For example, if `page_size` is set to 10, each page will include
217
- up to 10 items. Defaults to 10.
218
- restrict_to_most_recent:
219
- type: optional<boolean>
220
- docs: >-
221
- By default, `restrict_to_most_recent` is set to true, returning
222
- only the latest version of each prompt. To include all versions of
223
- each prompt in the list, set `restrict_to_most_recent` to false.
224
- response:
225
- docs: Success
226
- type: root.ReturnPagedPrompts
227
- status-code: 200
228
- errors:
229
- - root.BadRequestError
230
- examples:
231
- - path-parameters:
232
- id: af699d45-2985-42cc-91b9-af9e5da3bac5
233
- response:
234
- body:
235
- page_number: 0
236
- page_size: 10
237
- total_pages: 1
238
- prompts_page:
239
- - id: af699d45-2985-42cc-91b9-af9e5da3bac5
240
- version: 0
241
- version_type: FIXED
242
- version_description: ''
243
- name: Weather Assistant Prompt
244
- created_on: 1722633247488
245
- modified_on: 1722633247488
246
- text: >-
247
- <role>You are an AI weather assistant providing users with
248
- accurate and up-to-date weather information. Respond to user
249
- queries concisely and clearly. Use simple language and avoid
250
- technical jargon. Provide temperature, precipitation, wind
251
- conditions, and any weather alerts. Include helpful tips if
252
- severe weather is expected.</role>
253
- create-prompt-version:
254
- path: /v0/evi/prompts/{id}
255
- method: POST
256
- auth: true
257
- docs: >-
258
- Updates a **Prompt** by creating a new version of the **Prompt**.
259
-
260
-
261
- See our [prompting
262
- guide](/docs/speech-to-speech-evi/guides/phone-calling) for tips on
263
- crafting your system prompt.
264
- source:
265
- openapi: evi-openapi.json
266
- path-parameters:
267
- id:
268
- type: string
269
- docs: Identifier for a Prompt. Formatted as a UUID.
270
- display-name: Create prompt version
271
- request:
272
- name: PostedPromptVersion
273
- body:
274
- properties:
275
- version_description:
276
- type: optional<string>
277
- docs: An optional description of the Prompt version.
278
- text:
279
- type: string
280
- docs: >-
281
- Instructions used to shape EVI's behavior, responses, and style
282
- for this version of the Prompt.
283
-
284
-
285
- You can use the Prompt to define a specific goal or role for
286
- EVI, specifying how it should act or what it should focus on
287
- during the conversation. For example, EVI can be instructed to
288
- act as a customer support representative, a fitness coach, or a
289
- travel advisor, each with its own set of behaviors and response
290
- styles.
291
-
292
-
293
- For help writing a system prompt, see our [Prompting
294
- Guide](/docs/speech-to-speech-evi/guides/prompting).
295
- content-type: application/json
296
- response:
297
- docs: Created
298
- type: optional<root.ReturnPrompt>
299
- status-code: 201
300
- errors:
301
- - root.BadRequestError
302
- examples:
303
- - path-parameters:
304
- id: af699d45-2985-42cc-91b9-af9e5da3bac5
305
- request:
306
- text: >-
307
- <role>You are an updated version of an AI weather assistant
308
- providing users with accurate and up-to-date weather information.
309
- Respond to user queries concisely and clearly. Use simple language
310
- and avoid technical jargon. Provide temperature, precipitation,
311
- wind conditions, and any weather alerts. Include helpful tips if
312
- severe weather is expected.</role>
313
- version_description: This is an updated version of the Weather Assistant Prompt.
314
- response:
315
- body:
316
- id: af699d45-2985-42cc-91b9-af9e5da3bac5
317
- version: 1
318
- version_type: FIXED
319
- version_description: This is an updated version of the Weather Assistant Prompt.
320
- name: Weather Assistant Prompt
321
- created_on: 1722633247488
322
- modified_on: 1722635140150
323
- text: >-
324
- <role>You are an updated version of an AI weather assistant
325
- providing users with accurate and up-to-date weather
326
- information. Respond to user queries concisely and clearly. Use
327
- simple language and avoid technical jargon. Provide temperature,
328
- precipitation, wind conditions, and any weather alerts. Include
329
- helpful tips if severe weather is expected.</role>
330
- delete-prompt:
331
- path: /v0/evi/prompts/{id}
332
- method: DELETE
333
- auth: true
334
- docs: >-
335
- Deletes a **Prompt** and its versions.
336
-
337
-
338
- See our [prompting
339
- guide](/docs/speech-to-speech-evi/guides/phone-calling) for tips on
340
- crafting your system prompt.
341
- source:
342
- openapi: evi-openapi.json
343
- path-parameters:
344
- id:
345
- type: string
346
- docs: Identifier for a Prompt. Formatted as a UUID.
347
- display-name: Delete prompt
348
- errors:
349
- - root.BadRequestError
350
- examples:
351
- - path-parameters:
352
- id: af699d45-2985-42cc-91b9-af9e5da3bac5
353
- update-prompt-name:
354
- path: /v0/evi/prompts/{id}
355
- method: PATCH
356
- auth: true
357
- docs: >-
358
- Updates the name of a **Prompt**.
359
-
360
-
361
- See our [prompting
362
- guide](/docs/speech-to-speech-evi/guides/phone-calling) for tips on
363
- crafting your system prompt.
364
- source:
365
- openapi: evi-openapi.json
366
- path-parameters:
367
- id:
368
- type: string
369
- docs: Identifier for a Prompt. Formatted as a UUID.
370
- display-name: Update prompt name
371
- request:
372
- name: PostedPromptName
373
- body:
374
- properties:
375
- name:
376
- type: string
377
- docs: Name applied to all versions of a particular Prompt.
378
- content-type: application/json
379
- response:
380
- docs: Success
381
- type: text
382
- status-code: 200
383
- errors:
384
- - root.BadRequestError
385
- examples:
386
- - path-parameters:
387
- id: af699d45-2985-42cc-91b9-af9e5da3bac5
388
- request:
389
- name: Updated Weather Assistant Prompt Name
390
- get-prompt-version:
391
- path: /v0/evi/prompts/{id}/version/{version}
392
- method: GET
393
- auth: true
394
- docs: >-
395
- Fetches a specified version of a **Prompt**.
396
-
397
-
398
- See our [prompting
399
- guide](/docs/speech-to-speech-evi/guides/phone-calling) for tips on
400
- crafting your system prompt.
401
- source:
402
- openapi: evi-openapi.json
403
- path-parameters:
404
- id:
405
- type: string
406
- docs: Identifier for a Prompt. Formatted as a UUID.
407
- version:
408
- type: integer
409
- docs: >-
410
- Version number for a Prompt.
411
-
412
-
413
- Prompts, Configs, Custom Voices, and Tools are versioned. This
414
- versioning system supports iterative development, allowing you to
415
- progressively refine prompts and revert to previous versions if
416
- needed.
417
-
418
-
419
- Version numbers are integer values representing different iterations
420
- of the Prompt. Each update to the Prompt increments its version
421
- number.
422
- display-name: Get prompt version
423
- response:
424
- docs: Success
425
- type: optional<root.ReturnPrompt>
426
- status-code: 200
427
- errors:
428
- - root.BadRequestError
429
- examples:
430
- - path-parameters:
431
- id: af699d45-2985-42cc-91b9-af9e5da3bac5
432
- version: 0
433
- response:
434
- body:
435
- id: af699d45-2985-42cc-91b9-af9e5da3bac5
436
- version: 0
437
- version_type: FIXED
438
- version_description: ''
439
- name: Weather Assistant Prompt
440
- created_on: 1722633247488
441
- modified_on: 1722633247488
442
- text: >-
443
- <role>You are an AI weather assistant providing users with
444
- accurate and up-to-date weather information. Respond to user
445
- queries concisely and clearly. Use simple language and avoid
446
- technical jargon. Provide temperature, precipitation, wind
447
- conditions, and any weather alerts. Include helpful tips if
448
- severe weather is expected.</role>
449
- delete-prompt-version:
450
- path: /v0/evi/prompts/{id}/version/{version}
451
- method: DELETE
452
- auth: true
453
- docs: >-
454
- Deletes a specified version of a **Prompt**.
455
-
456
-
457
- See our [prompting
458
- guide](/docs/speech-to-speech-evi/guides/phone-calling) for tips on
459
- crafting your system prompt.
460
- source:
461
- openapi: evi-openapi.json
462
- path-parameters:
463
- id:
464
- type: string
465
- docs: Identifier for a Prompt. Formatted as a UUID.
466
- version:
467
- type: integer
468
- docs: >-
469
- Version number for a Prompt.
470
-
471
-
472
- Prompts, Configs, Custom Voices, and Tools are versioned. This
473
- versioning system supports iterative development, allowing you to
474
- progressively refine prompts and revert to previous versions if
475
- needed.
476
-
477
-
478
- Version numbers are integer values representing different iterations
479
- of the Prompt. Each update to the Prompt increments its version
480
- number.
481
- display-name: Delete prompt version
482
- errors:
483
- - root.BadRequestError
484
- examples:
485
- - path-parameters:
486
- id: af699d45-2985-42cc-91b9-af9e5da3bac5
487
- version: 1
488
- update-prompt-description:
489
- path: /v0/evi/prompts/{id}/version/{version}
490
- method: PATCH
491
- auth: true
492
- docs: >-
493
- Updates the description of a **Prompt**.
494
-
495
-
496
- See our [prompting
497
- guide](/docs/speech-to-speech-evi/guides/phone-calling) for tips on
498
- crafting your system prompt.
499
- source:
500
- openapi: evi-openapi.json
501
- path-parameters:
502
- id:
503
- type: string
504
- docs: Identifier for a Prompt. Formatted as a UUID.
505
- version:
506
- type: integer
507
- docs: >-
508
- Version number for a Prompt.
509
-
510
-
511
- Prompts, Configs, Custom Voices, and Tools are versioned. This
512
- versioning system supports iterative development, allowing you to
513
- progressively refine prompts and revert to previous versions if
514
- needed.
515
-
516
-
517
- Version numbers are integer values representing different iterations
518
- of the Prompt. Each update to the Prompt increments its version
519
- number.
520
- display-name: Update prompt description
521
- request:
522
- name: PostedPromptVersionDescription
523
- body:
524
- properties:
525
- version_description:
526
- type: optional<string>
527
- docs: An optional description of the Prompt version.
528
- content-type: application/json
529
- response:
530
- docs: Success
531
- type: optional<root.ReturnPrompt>
532
- status-code: 200
533
- errors:
534
- - root.BadRequestError
535
- examples:
536
- - path-parameters:
537
- id: af699d45-2985-42cc-91b9-af9e5da3bac5
538
- version: 1
539
- request:
540
- version_description: This is an updated version_description.
541
- response:
542
- body:
543
- id: af699d45-2985-42cc-91b9-af9e5da3bac5
544
- version: 1
545
- version_type: FIXED
546
- version_description: This is an updated version_description.
547
- name: string
548
- created_on: 1722633247488
549
- modified_on: 1722634770585
550
- text: >-
551
- <role>You are an AI weather assistant providing users with
552
- accurate and up-to-date weather information. Respond to user
553
- queries concisely and clearly. Use simple language and avoid
554
- technical jargon. Provide temperature, precipitation, wind
555
- conditions, and any weather alerts. Include helpful tips if
556
- severe weather is expected.</role>
557
- source:
558
- openapi: evi-openapi.json