Unble to see uipath flow variables when i select uipath process as a tool in agent

Hello,

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.

check below ss


how can i pass arguments which are present in my studio to agent variables?
is i have missed something?

help me on same
@Anil_G @ashokkarale @bhavesh.choubey

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.

Cheers

ok but if i select the proper on ethen arguments will show in properties panel?

Yes it’ll show but first remove the previous tool and refresh the page.

Cheers

selecting below as per your suggestion


still not showing

Try republishing the process and upgrade the version and then try to add the tool.

Cheers

ok i wil try this and let you know

Hey @Mathkar_kunal

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

Cheers

1 Like

@Mathkar_kunal,

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....

1 Like

Hey @Mathkar_kunal
Kindly close the thread by marking the answer as solution if it helped you so it will be helpful to other members as well.

Cheers