kyeshmz
07/12/2024, 1:57 AM{
"type": "request-complete",
"content": "The weather in location is"
}, but it doesnt end up doing anything after that
I am returning a valid weather info as
return res.status(200).json({
results: [
{
toolCallId: toolCallId,
result: weather.description
}
]
});
https://cdn.discordapp.com/attachments/1261139364210278411/1261139653923438673/Screenshot_2024-07-12_at_10.58.32_AM.png?ex=6691df54&is=66908dd4&hm=966e63e302ddcef16eac83cd8b612f532b2b134ca8fa54555caf7400c4377de8&Vapi
07/12/2024, 1:59 AMweather.description in your response contains the full weather information you want to convey, and that the system which receives this response is correctly appending it to the incomplete sentence "The weather in location is".
If you've verified that the weather.description is correct and the issue persists, there might be a problem with the response parsing or sentence construction logic in the system that's supposed to complete the sentence. In that case, you might need to debug the code responsible for this part of the process.
If you need further assistance with the specifics of the code or the system, please provide more details or ask support for more info on this.Vapi
07/12/2024, 1:59 AMVapi
07/12/2024, 1:59 AMkyeshmz
07/12/2024, 2:00 AMweather {
id: 804,
main: 'Clouds',
description: 'overcast clouds',
icon: '04n'
} so in this case I am returning overcast cloudsShubham Bajaj
07/12/2024, 2:00 PMkyeshmz
07/12/2024, 2:01 PMShubham Bajaj
07/12/2024, 2:15 PMkyeshmz
07/15/2024, 1:34 PMShubham Bajaj
07/15/2024, 3:00 PMShubham Bajaj
07/15/2024, 3:01 PMkyeshmz
07/15/2024, 3:02 PMkyeshmz
07/15/2024, 3:02 PMShubham Bajaj
07/15/2024, 6:39 PMShubham Bajaj
07/15/2024, 6:39 PMkyeshmz
07/15/2024, 10:52 PMkyeshmz
07/15/2024, 10:53 PMkyeshmz
07/17/2024, 10:02 AMShubham Bajaj
07/17/2024, 10:30 AMkyeshmz
07/17/2024, 10:32 AMkyeshmz
07/17/2024, 10:32 AMShubham Bajaj
07/17/2024, 11:22 AMkyeshmz
07/17/2024, 11:23 AMShubham Bajaj
07/18/2024, 11:31 PMShubham Bajaj
07/18/2024, 11:32 PMkyeshmz
07/18/2024, 11:32 PMShubham Bajaj
07/18/2024, 11:33 PMkyeshmz
07/18/2024, 11:34 PMShubham Bajaj
07/18/2024, 11:37 PMShubham Bajaj
07/20/2024, 9:29 PMkyeshmz
07/21/2024, 1:34 AMShubham Bajaj
07/22/2024, 3:09 PM