TengHu / ActionWeaver

Make function calling with LLM easier
https://actionweaver.readthedocs.io/en/latest/
Apache License 2.0
311 stars 13 forks source link

Is it possible to adapt actionweaver to openapi.json file? #158

Open shyam573 opened 7 months ago

shyam573 commented 7 months ago

I have a fastapi app which generates openapi.json file. Is it possible to use actionweaver library on this json file? And is it possible to execute function calls based on this with validation?

TengHu commented 7 months ago

Let me take a look!