Sequential API calls #4973
Unanswered
kevin88507
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying the idea of sequential API calls. In my use case, I was using API chain by providing api doc that contain the information about these two APIs. In order to call the second API, the first one need to be called. How should I approach this task? I thought about Sequential chain or create my APIs as custome tools and use agent. Any suggestion or advice in this situation?
Beta Was this translation helpful? Give feedback.
All reactions