This commit is contained in:
2026-07-15 12:20:44 +07:00
parent 286da3cf2c
commit 9d7eed7cde
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name = "YiemAgent"
uuid = "e012c34b-7f78-48e0-971c-7abb83b6f0a2"
version = "0.6.2"
version = "0.6.3"
authors = ["narawat lamaiin <narawat@outlook.com>"]
[deps]
+1 -1
View File
@@ -517,7 +517,7 @@ function generatesql(a::T, searchterm::String,
requiredKeys = ["plan", "action_name", "action_input"]
errornote = ""
# provide similar sql only for the first attempt
sql, distance = a.context.similarSQLVectorDB(searchterm)
# sql, distance = a.context.similarSQLVectorDB(searchterm)
# similarSQL_ = sql !== nothing ? sql : "None"
# # if sql is really close, just use it