fix (templates): llm-tools OK.
This commit is contained in:
parent
7d8d4e4d6b
commit
d78fc1bbbb
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue