Merge pull request 'update' (#17) from v0.6.0-output_text_image into main

Reviewed-on: #17
This commit was merged in pull request #17.
This commit is contained in:
ton
2026-07-15 05:17:56 +00:00
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.1"
version = "0.6.2"
authors = ["narawat lamaiin <narawat@outlook.com>"]
[deps]
+1 -1
View File
@@ -474,7 +474,7 @@ function think(a::T)::NamedTuple{(:thoughtdict, :result_raw), Tuple{OrderedDict,
elseif thoughtdict["action_name"] == "SEARCH_WINE_DATABASE"
@info "YiemAgent think() 5 " @__LINE__
thoughtdict, result_raw = search_wine_database!(a, thoughtdict; useSQLLLM=true)
thoughtdict, result_raw = search_wine_database!(a, thoughtdict; useSQLLLM=false)
#WORKING result_raw will be a df. i need to get images so i can send to frontend
else
@info "YiemAgent think() 6 " @__LINE__