Hello everyone.
I am having a bit of a problem here.
I tried using the “conversation process” service to give input for my ChatGPT Assist Pipeline and then have its answer as a response variable. This should be no problem.
The problem however is, when i try to do the “tts.cloud_say” service on my Echo Dot (as the speaker / media player of choice) it doesnt seem to use the volume level of the Echo Dot but is really quiet.
Is there any way to work around for this? I read some other topics but couldnt find my answer yet…
This is for the conversation process
action: conversation.process
data:
agent_id: 01JAX8WC0S6PHKW4YV87D0ZEAF
text: Tell me the birthday of Trump.
enabled: true
response_variable: agent
This is for the output (rn via notification) and it works so far
action: notify.mobile_app_iphone
data:
title: Test
message: “{{agent.response.speech.plain.speech}}”