Hi everyone. Im trying to develop a easy AI agent using UiPath Agent Builder, which just has to take an entry email which is going to consist on a detailed message describing the need to register a new employee on the company, and the agent has to use some tools in order to make the registration (which at the end is going to be just a write in a csv file). In this easy scenario, i have 2 doubs and I would really appreciate if some of you could help me.
- What tools would make sense in this easy scenario? That is, what actions could the agent cognitutively decide to do before accessing the csv file to register the new employee?
- It is obviously that one of the tools is going to be the registration one, i mean, the write in the csv file. In order to make that, i assume i must create a toy little RPA bot in UiPath studio which just have to write in a specific csv. However, how is the RPA bot going to take the input parameters? I dont know how to configure that.
Thanks in advance. I appreciate your help all.