How to convert Swagger JSON to FunctionTool? #5158
Unanswered
easonktsai
asked this question in
Q&A
Replies: 1 comment 3 replies
-
You need to pass an instance of the returned function from But what you did is quite interesting and potentially useful as a separate wrapper class, e.g., @EItanya, what do you think about this? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I dynamically convert a Swagger JSON into FunctionTool?
In Autogen 0.2, I convert swagger json by this snippet for function calling.
How to migrate to v0.4 for tool using?
And error message:
KeyError('args')
Beta Was this translation helpful? Give feedback.
All reactions