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