vaniacrunch
12/09/2024, 1:52 PMVapi
12/09/2024, 1:55 PMVapi
12/09/2024, 1:55 PMvaniacrunch
12/09/2024, 1:57 PMvaniacrunch
12/09/2024, 1:58 PMvaniacrunch
12/09/2024, 1:59 PMvaniacrunch
12/09/2024, 2:10 PMVapi
12/09/2024, 2:10 PMmc_number that you want to pass to an external endpoint, you should reference it in your tool call like this:
json
{
"body": {
"message": {
"toolCalls": [
{
"function": {
"name": "send_to_endpoint",
"arguments": {
"mc_number": "{{mc_verification.output.mc_number}}"
}
}
}
]
}
}
}
Make sure that mc_verification.output.mc_number is the correct path to the variable you want to pass. The double curly braces {{ }} are typically used for variable interpolation in many templating languages, but the exact syntax can vary depending on the system you're using.
If you've tried this and it's still not working, there might be a specific issue with the Blocks feature or the tool you're using. In that case, please provide the exact block configuration or the code snippet you're using, so I can assist you further.
If you're still having trouble, please let me know, and I can help guide you through the process or provide further assistance.Vapi
12/09/2024, 2:15 PMvaniacrunch
12/09/2024, 2:44 PMVapi
12/09/2024, 2:44 PMvaniacrunch
12/09/2024, 2:45 PMvaniacrunch
12/09/2024, 2:45 PMVapi
12/09/2024, 2:45 PMvaniacrunch
12/10/2024, 9:32 AMvaniacrunch
12/11/2024, 11:05 AMvaniacrunch
12/12/2024, 9:23 AMShubham Bajaj
12/12/2024, 9:34 AMvaniacrunch
12/12/2024, 9:35 AMShubham Bajaj
12/12/2024, 9:50 AMShubham Bajaj
12/12/2024, 9:50 AMvaniacrunch
12/12/2024, 9:53 AMvaniacrunch
12/12/2024, 9:54 AMvaniacrunch
12/12/2024, 9:54 AMvaniacrunch
12/12/2024, 9:54 AMvaniacrunch
12/12/2024, 2:08 PMvaniacrunch
12/13/2024, 1:00 PMShubham Bajaj
12/14/2024, 4:45 AM