You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to run a query using the OPEN API that requires making multiple API calls based on a single input message.
Here’s what I need to do:
First API Call: Use the input message to retrieve a catalog ID from an API call specified in a JSON document.
Second API Call: Use the catalog ID obtained from the first call to perform another API call.
I'm having trouble implementing this process, so I would appreciate any help or guidance on how to set it up correctly.
I don't want to create 2-3 helper function just to do this because then it will loose the whole objective to have OPEN API agent.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to run a query using the OPEN API that requires making multiple API calls based on a single input message.
Here’s what I need to do:
First API Call: Use the input message to retrieve a catalog ID from an API call specified in a JSON document.
Second API Call: Use the catalog ID obtained from the first call to perform another API call.
I'm having trouble implementing this process, so I would appreciate any help or guidance on how to set it up correctly.
I don't want to create 2-3 helper function just to do this because then it will loose the whole objective to have OPEN API agent.
Beta Was this translation helpful? Give feedback.
All reactions