From 178750db9ab6fbfda4594ad0eeb65ca5973cc291 Mon Sep 17 00:00:00 2001 From: tonaerospace Date: Mon, 23 Dec 2024 07:22:17 +0700 Subject: [PATCH] update --- src/llmfunction.jl | 2 -- 1 file changed, 2 deletions(-) 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)