Output
Outputs are the results and data produced by your agent after completing execution.By default, the output of an agent includes all data extracted in data
extraction blocks. You can customize this behavior as described below.

Example
Let’s say you have an agent that extracts both the name and the price of a product from a webpage into separate variables titled “product_name” and “product_price”. You can configure the output of your agent to output either or both of these variables.
PRODUCT_NAME
and PRODUCT_PRICE
are the values extracted by your agent.