update #18

Merged
ton merged 1 commits from v0.6.0-output_text_image into main 2026-07-15 05:20:58 +00:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name = "YiemAgent" name = "YiemAgent"
uuid = "e012c34b-7f78-48e0-971c-7abb83b6f0a2" uuid = "e012c34b-7f78-48e0-971c-7abb83b6f0a2"
version = "0.6.2" version = "0.6.3"
authors = ["narawat lamaiin <narawat@outlook.com>"] authors = ["narawat lamaiin <narawat@outlook.com>"]
[deps] [deps]
+1 -1
View File
@@ -517,7 +517,7 @@ function generatesql(a::T, searchterm::String,
requiredKeys = ["plan", "action_name", "action_input"] requiredKeys = ["plan", "action_name", "action_input"]
errornote = "" errornote = ""
# provide similar sql only for the first attempt # 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" # similarSQL_ = sql !== nothing ? sql : "None"
# # if sql is really close, just use it # # if sql is really close, just use it