#1245660177953194066
What should I do to have the assistant read the tool messages in the same language as the one being used in the conversation?
So, if Spanish is being spoken, the content is read in Spanish (not English).
Exemple:
"messages": [
{
"type": "request-start",
"content": "Give me a second while I check that..."
},
{
"type": "request-failed",
"content": "Sorry. I was not able to retrieve that information. Would you want the listen the regular hours instead?"
},
{
"type": "request-response-delayed",
"content": "We're experiencing a brief delay communicating with our server.",
"timingMilliseconds": 4000
}
],