diff --git a/src/llmfunction.jl b/src/llmfunction.jl index be43805..988ec35 100644 --- a/src/llmfunction.jl +++ b/src/llmfunction.jl @@ -290,8 +290,6 @@ julia> result = checkinventory(agent, input) function checkinventory(a::T1, input::T2 ) where {T1<:agent, T2<:AbstractString} - # [WORKING] make sure input has no french or german character - println("\n~~~ checkinventory order: $input ", @__FILE__, " ", @__LINE__) wineattributes_1 = extractWineAttributes_1(a, input) wineattributes_2 = extractWineAttributes_2(a, input)