From 286da3cf2c5fad9a074ba5f417667ad750c44283 Mon Sep 17 00:00:00 2001 From: narawat Date: Wed, 15 Jul 2026 12:16:59 +0700 Subject: [PATCH] update --- Project.toml | 2 +- src/interface.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 06bd2bc..2e448d5 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "YiemAgent" uuid = "e012c34b-7f78-48e0-971c-7abb83b6f0a2" -version = "0.6.1" +version = "0.6.2" authors = ["narawat lamaiin "] [deps] diff --git a/src/interface.jl b/src/interface.jl index ce63bcb..a11cf0e 100644 --- a/src/interface.jl +++ b/src/interface.jl @@ -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__