fix (templates): llm-tools OK.

This commit is contained in:
Rodrigo Rodriguez 2024-09-11 21:11:38 -03:00
parent 2fd85d667a
commit 9d06e2b34c

View file

@ -1,5 +1,5 @@
PARAM product AS string LIKE fax DESCRIPTION "Required name of the item you want to inquire about."
DESCRIPTION "Returns the price of the specified product name."
DESCRIPTION "Whenever someone ask for a price, call this tool and return the price of the specified product name."
price = -1
productRecord = FIND "products.csv", "name = ${product}"