@@ -136,21 +136,25 @@ service:
136136 name : PostedConfig
137137 body :
138138 properties :
139+ builtin_tools :
140+ type : optional<list<optional<root.PostedBuiltinTool>>>
141+ docs : List of built-in tools associated with this Config.
142+ ellm_model :
143+ type : optional<root.PostedEllmModel>
144+ docs : >-
145+ The eLLM setup associated with this Config.
146+
147+
148+ Hume's eLLM (empathic Large Language Model) is a multimodal
149+ language model that takes into account both expression measures
150+ and language. The eLLM generates short, empathic language
151+ responses and guides text-to-speech (TTS) prosody.
152+ event_messages : optional<root.PostedEventMessageSpecs>
139153 evi_version :
140154 type : string
141155 docs : >-
142156 EVI version to use. Only versions `3` and `4-mini` are
143157 supported.
144- name :
145- type : string
146- docs : Name applied to all versions of a particular Config.
147- version_description :
148- type : optional<string>
149- docs : An optional description of the Config version.
150- prompt : optional<root.PostedConfigPromptSpec>
151- voice :
152- type : optional<root.VoiceRef>
153- docs : A voice specification associated with this Config.
154158 language_model :
155159 type : optional<root.PostedLanguageModel>
156160 docs : >-
@@ -161,31 +165,27 @@ service:
161165 from EVI. Choosing an appropriate supplemental language model
162166 for your use case is crucial for generating fast, high-quality
163167 responses from EVI.
164- ellm_model :
165- type : optional<root.PostedEllmModel>
166- docs : >-
167- The eLLM setup associated with this Config.
168-
169-
170- Hume's eLLM (empathic Large Language Model) is a multimodal
171- language model that takes into account both expression measures
172- and language. The eLLM generates short, empathic language
173- responses and guides text-to-speech (TTS) prosody.
174- tools :
175- type : optional<list<optional<root.PostedUserDefinedToolSpec>>>
176- docs : List of user-defined tools associated with this Config.
177- builtin_tools :
178- type : optional<list<optional<root.PostedBuiltinTool>>>
179- docs : List of built-in tools associated with this Config.
180- event_messages : optional<root.PostedEventMessageSpecs>
168+ name :
169+ type : string
170+ docs : Name applied to all versions of a particular Config.
181171 nudges :
182172 type : optional<root.PostedNudgeSpec>
183173 docs : >-
184174 Configures nudges, brief audio prompts that can guide
185175 conversations when users pause or need encouragement to continue
186176 speaking. Nudges help create more natural, flowing interactions
187177 by providing gentle conversational cues.
178+ prompt : optional<root.PostedConfigPromptSpec>
188179 timeouts : optional<root.PostedTimeoutSpecs>
180+ tools :
181+ type : optional<list<optional<root.PostedUserDefinedToolSpec>>>
182+ docs : List of user-defined tools associated with this Config.
183+ version_description :
184+ type : optional<string>
185+ docs : An optional description of the Config version.
186+ voice :
187+ type : optional<root.VoiceRef>
188+ docs : A voice specification associated with this Config.
189189 webhooks :
190190 type : optional<list<optional<root.PostedWebhookSpec>>>
191191 docs : Webhook config specifications for each subscriber.
@@ -409,16 +409,23 @@ service:
409409 name : PostedConfigVersion
410410 body :
411411 properties :
412+ builtin_tools :
413+ type : optional<list<optional<root.PostedBuiltinTool>>>
414+ docs : List of built-in tools associated with this Config version.
415+ ellm_model :
416+ type : optional<root.PostedEllmModel>
417+ docs : >-
418+ The eLLM setup associated with this Config version.
419+
420+
421+ Hume's eLLM (empathic Large Language Model) is a multimodal
422+ language model that takes into account both expression measures
423+ and language. The eLLM generates short, empathic language
424+ responses and guides text-to-speech (TTS) prosody.
425+ event_messages : optional<root.PostedEventMessageSpecs>
412426 evi_version :
413427 type : string
414428 docs : The version of the EVI used with this config.
415- version_description :
416- type : optional<string>
417- docs : An optional description of the Config version.
418- prompt : optional<root.PostedConfigPromptSpec>
419- voice :
420- type : optional<root.VoiceRef>
421- docs : A voice specification associated with this Config version.
422429 language_model :
423430 type : optional<root.PostedLanguageModel>
424431 docs : >-
@@ -430,25 +437,18 @@ service:
430437 from EVI. Choosing an appropriate supplemental language model
431438 for your use case is crucial for generating fast, high-quality
432439 responses from EVI.
433- ellm_model :
434- type : optional<root.PostedEllmModel>
435- docs : >-
436- The eLLM setup associated with this Config version.
437-
438-
439- Hume's eLLM (empathic Large Language Model) is a multimodal
440- language model that takes into account both expression measures
441- and language. The eLLM generates short, empathic language
442- responses and guides text-to-speech (TTS) prosody.
440+ nudges : optional<root.PostedNudgeSpec>
441+ prompt : optional<root.PostedConfigPromptSpec>
442+ timeouts : optional<root.PostedTimeoutSpecs>
443443 tools :
444444 type : optional<list<optional<root.PostedUserDefinedToolSpec>>>
445445 docs : List of user-defined tools associated with this Config version.
446- builtin_tools :
447- type : optional<list<optional<root.PostedBuiltinTool>> >
448- docs : List of built-in tools associated with this Config version.
449- event_messages : optional<root.PostedEventMessageSpecs>
450- timeouts : optional<root.PostedTimeoutSpecs >
451- nudges : optional<root.PostedNudgeSpec>
446+ version_description :
447+ type : optional<string >
448+ docs : An optional description of the Config version.
449+ voice :
450+ type : optional<root.VoiceRef >
451+ docs : A voice specification associated with this Config version.
452452 webhooks :
453453 type : optional<list<optional<root.PostedWebhookSpec>>>
454454 docs : Webhook config specifications for each subscriber.
0 commit comments