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
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 ~ ❓
The text was updated successfully, but these errors were encountered:
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 💯
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 ~ ❓
The text was updated successfully, but these errors were encountered: