Retry calling a tool if the tool fails
# support
t
Hello, is there a way to retry calling a tool if the call initially times out or fails?
s
you can check if tool response is success or failure using prompting and based on it retrry.
t
I will give that a try. Thank you