i have one UiPath process which contains 10 output arguments.and i am attaching that process to an UiPath aget as a tool ,but atfer attaching in property panel of the tool there no any argument is there which i have in my studio or no any auto generated argument /variable is there.
When you use the tool then there will be two options of the same process to select, so you should select the process that you’ve published in the folder not the tenant one like this.
here I have one process in Maestro Projects/Agent_Calci folder but it is also showing in my workspace/Agent Calculator so my actual process is in Maestro Projects/Agent_Calci folder.
Actually I think the agent only shows the in_Arguments in property panel of the tools not the out_Arguments because I did the same but this time i used out_arguments and I am also not getting the out_arguments shown in agent tools property panel. To see the output the agen will show it on the execution trail and if you want to see the output in studio process then integrate it into Maestro.
See I have attached the screenshots which has both arguments but it is only showing the in_argument
Out arguments of the Tool won’t be available for direct mapping. You will have to map them in the system prompt.
For example:
You are passing 2 numbers to a tool called mathoperation and the tool returns you sum of the numbers. So in your prompt mention like this do the addition of numberone and numbertwo using mathoperation tool and use the output of the tool to calculate the discount....