Control autopilot output

I am running a process through autopilot and seeking the output to be a table. I am able to achieve it. however, it prints other information as well such as:
> Certainly! I’ll sort the flight information by departure time for you. Here’s
the updated table
> The flights are now sorted by departure time, starting from the earliest to the latest. Is there anything else you’d like to know about these flights?

It is printing table along with above information. I want only table as output and no other information to be printed. Is there a way to control it.

Hello @Anjani_Kapoor

Not sure if it works, but have you tried giving Autopilot the “usual” prompts for generative AI, to omit comments?

Please run proces X.
Act as a computer software: give me only the requested output, no conversation.

Please run proces X.
Only return result. No comments.

Regards
Soren

I have mentioned that in automation prompt description under AI Trust Layer. The user who needs it does not have idea about prompts writing. apart from ai trust layer, I have also mentioned instructions in user notes UiPath assistant.
in a nutshell, I want to control the conversation part from backend and not through assistant prompt.

1 Like