fix (templates): llm-tools OK.

This commit is contained in:
Rodrigo Rodriguez 2024-09-11 21:11:38 -03:00
parent 7d8d4e4d6b
commit d78fc1bbbb

View file

@ -1,5 +1,5 @@
PARAM product AS string LIKE fax DESCRIPTION "Required name of the item you want to inquire about." 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 price = -1
productRecord = FIND "products.csv", "name = ${product}" productRecord = FIND "products.csv", "name = ${product}"