Assistant cannot process result
# support
t
I've made a tool of getting name, when it is called it goes to my make and gets the account name from google sheets using account number as a parameter. The problem is when I'm returning the assistant says that he had problem getting the name. My Input is: (attached) My output is: { "results": [ { "toolCallId": "call_ODeJlBr1JQ6aTOAbMbPWRgcu", "result": "Ask them to confirm if there name is Talha" } ] } https://cdn.discordapp.com/attachments/1269060597207662767/1269060597543338107/message.txt?ex=66aeb048&is=66ad5ec8&hm=87f839ed44a5d5b35189b04fdf48922ebf070b952d73caf8ab6fb055ba3ccb19&
v
@Talha It seems like your tool is functioning correctly, as it's able to retrieve the name "Talha" from the Google Sheets based on the account number provided. However, the message from the assistant indicates a problem, which could be due to how the result is being communicated back to the user. To resolve this, you might want to ensure that the assistant's response is clear and confirms the successful retrieval of the name without suggesting there was an issue. For example, the assistant could say, "I have successfully retrieved the name associated with the account number. Can you please confirm if the name 'Talha' is correct?" If you need further assistance with the implementation or troubleshooting, please provide more details or ask support for more info on this.
You can continue this conversation by mentioning me in the message.
Got it. Tagging @User for additional help.
t
Solved.
I was manually adding the call id
my bad
3 Views