Hi folks, I have a list of API(fixed), now I want an agent to decide which API to use based on the users question. for one question there can be multiple API that needs to be used in an order, I want this decision to be made by the agent itself.
the agent needs to understand the question and make decision on which API's to use.
I already tried solving this with agno agent but there are some inconsistencies in the output which I can't afford as this step influences my whole chain
is their any ways to do this, so that I can reduce the inconsistency in the output.