-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to create new tools(functions) #28
Comments
The design process of the tool interface is completed by GPT in advance, as it is quite time-consuming to design the interface in real time. Typically, new requests are stored and the interface tool library is re-updated at fix intervals. |
In addition, designing an interface tool for each new request in real time can be a bit problematic, e.g. breaking the original interface. So it's better to accumulate more new requirements and then redesign it at regular intervals |
i see, so is these 2 parts |
The first stage is to design the tool interface The first phase is pre-designed, it can handle most user requests using current tools. |
thx for the excellent invention! that's exactly what I want.
I looked through the code and I've read the paper, and it seems that there is no code for 「saving the running unresolved problem and generating new tools」.
Does it mean that the tools are pre-generated/defined and cannot be expanded later? If not, would you please give me some instructions as to where is this part of the code.
The text was updated successfully, but these errors were encountered: