tool result is only logged as "success."
# support
m
call id: cb701f79-c8e2-47f8-ba6a-21898470a990 timestamp: 1753821001311 expected response: { "role": "tool_call_result", "time": 1753820962649, "secondsFromStart": 105.878, "name": "addContactDetails", "result": "status": "Contact details successfully Updated.", "contactId": "REDACTED", "firstName": "Matt", "lastName": "John", "location": "REDACTED", "phone": "+REDACTED", "timezone": "US/Eastern", "now": "The current date & time is 7/29/2025, 16:45:19 Store this data and use it as needed.", "email": "matt@john.com", "toolCallId": "call_88BxTxY5aIKq2cGyWPDmIinH" } request recieved: { "role": "tool_call_result", "time": 1753820962649, "secondsFromStart": 105.878, "name": "addContactDetails", "result": "Success.", "toolCallId": "call_88BxTxY5aIKq2cGyWPDmIinH" }
cc @Ron
m
@Shubham Bajaj 1f4cbb4e-67e5-4d70-bca1-d7f129cc64c9 6a77e86d-e781-4af9-be37-e92237ff2b28 please check this on priority
i am getting same issue
@Vapi
@User
@Sahil
r
It is very reproduceable, and the AI seems to not receive the data either, not only a UI issue.
Not that the API works consistent but I found in the docs: the attached, but basically send the response in a string not an object, but in other senarios i send an object with no issue. Again this is not working, it completely ignores the response data. https://cdn.discordapp.com/attachments/1399857922946895932/1400461310998609953/image.png?ex=688cb8bb&is=688b673b&hm=70e28f285937c86beaf0a431b488e34dc8d832f3f652204e96648bc220af8054& https://cdn.discordapp.com/attachments/1399857922946895932/1400461311246336101/image.png?ex=688cb8bb&is=688b673b&hm=8a6e0bbec75f4505264a4cd8fc42f23e285396f880985c0b4a26d0cca5d95a63&
Copy code
{
  "results": [
    {
      "toolCallId": "call_m8jZWojf3UO1RZSwCUsO6NMG",
      "result": "{\"status\" : \"Contact details successfully Inserted.\", \"contactId\": \"EYu7o7wdtE6FYJviinnE\"}"
    }
  ]
}
** it will use for the contactId either the calendar or location depending on its "feelings" "arguments": { "contactId": "6f26Sj0u8OwOHnuaAGga", "calendarId": "EfGpfPYCXg7mKnfrAomh", "locationId": "6f26Sj0u8OwOHnuaAGga",
c
Hey! To help track down this issue, could you share: \- The call ID \- When exactly this happened (the timestamp) \- What response you expected to get \- What response you actually got instead This would really help us figure out what went wrong!
m
Already done but I assume this is an automated message
c
Hey Matt, thanks for sharing your details. Our team will look into it and get back to you soon with an update.
2 Views