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
I got a set of endpoints of a API (maintain by me), I want to give to Agent Zero the description of every endpoints, and the ask to Agent Zero the operations.
For example I got a endpoint that get a list of customers, ok I want to tell to Agent Zero, "give me the data of customer with mail XXX", "remove the service of suscription YYY of customer XXX", and so on.
I know that I need to add more prompts, but which is a good strategy to do that for you??
I got a set of endpoints of a API (maintain by me), I want to give to Agent Zero the description of every endpoints, and the ask to Agent Zero the operations.
For example I got a endpoint that get a list of customers, ok I want to tell to Agent Zero, "give me the data of customer with mail XXX", "remove the service of suscription YYY of customer XXX", and so on.
I know that I need to add more prompts, but which is a good strategy to do that for you??
I suppose that i can create a new file like this:
https://github.com/frdel/agent-zero/blob/main/prompts/default/agent.system.tool.code_exe.md
I put all my endpoints in the same way, with examples and so on.
The text was updated successfully, but these errors were encountered: