From d78fc1bbbbe32118e83c2a65484c7c01d8126075 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Wed, 11 Sep 2024 21:11:38 -0300 Subject: [PATCH] fix (templates): llm-tools OK. --- templates/llm-tools.gbai/llm-tools.gbdialog/get-price.bas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/llm-tools.gbai/llm-tools.gbdialog/get-price.bas b/templates/llm-tools.gbai/llm-tools.gbdialog/get-price.bas index aaef165d..3483ad82 100644 --- a/templates/llm-tools.gbai/llm-tools.gbdialog/get-price.bas +++ b/templates/llm-tools.gbai/llm-tools.gbdialog/get-price.bas @@ -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}"