The character don't interpret

anyone have idea where I can see what the avatar interprets the consumption of an external API ?
Context: my avatar is connected to a functional API from its section on the portal “Test” but for some thing in the reasoning of the avatar tells me “I can’t finds results”, when there are, not interpret it. Does anyone know where I can see what happens between the POST request and the avatar or how resolve it ?

character ID 868f1cb4-215b-11f0-9e96-42010a7be01a


Hey @Cory_Matthews

Thanks for sharing the details. After checking on our end we saw that the function is correctly connected to the character. We currently limit each function execution to 5 seconds. The first function call timed out because it took longer than that, but subsequent calls returned responses successfully.

You can try optimising the API to return quicker responses if possible. If you’re still facing issues even with fast responses, let us know and we’ll dig in further.

Thanks