How is this different from openai's function call
Hi,thanks for your Data-Copilot project. After reading Data-Copilot, I think this is a kind of function call implementation based on prompt. so no offense I am confused if I can use function call instead of your project ~ ❓
Firstly, openai's json function is just an interface, which saves the time of writing instruction. Our project is designed for a specific business scenario, first let LLM design a set of tools for specific scenario by itself, then call the tool for real-time requests
Second, when I released this project, openai had not yet introduced similar functionality.
Third, this work includes not only invoking the tool, but also designing the tool, please refer to our paper.
Thank you. I found no logic from this project to implement the design toolset using LLM. Only the toolset that already exists is seen. I think I will figure out how to use the LLM design toolset from your paper. thank you very much for your answer again 💯