update
This commit is contained in:
+1
-1
@@ -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__
|
||||
|
||||
Reference in New Issue
Block a user