Configure Tools outputs and get them ready for sharing with your team
Output
on the top right of the component.
output.
). You can remove the output by clicking on x
on the bottom right.
Configure output
and disable “Infer output from last step of tool”.
Using {{}}
select the desired output variable. For example the answer from a LLM step.
Note that when you type in {{
, the platform provides you with all the available items.
Simply click on the desired one, for instance {{llm.answer}}
. If there is an LLM component in your tool called llm
whose output is saved in a variable
called answer
.
Add new output key
to add more output variables to your Tool.
Using the X
on the bottom right of each entry, you can remove them.
knowledge
variable is clicked a new page pops open, click on “Advanced options”.
“Columns of data to use as knowledge” is where you can specify the desired column(s) name.
In our example, we include “title”, “content” and “url”. Which means only these fields are fetched from the CSV and loaded to the LLM.
Screenshot of the column selection modal
url
field as the reference. There are various ways to format the instruction or the output. Here, we tried both JSON and Footnotes.
answer
and a references
field. The references
field is an array of objects that have a
title
and a url
field. The title
field is the title of the article and the url
field is the URL of the article.