From 5d4bcb05d741066605d373d206e3b1f53ff2bef2 Mon Sep 17 00:00:00 2001 From: tonaerospace Date: Tue, 21 Nov 2023 01:58:43 +0000 Subject: [PATCH] update --- src/interface.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/interface.jl b/src/interface.jl index f82c544..ed9dc34 100755 --- a/src/interface.jl +++ b/src/interface.jl @@ -486,7 +486,6 @@ function work(a::T, prompt::String, maxround::Int=3) where {T<:agent} _ = addNewMessage(a, "assistant", respond) break else # function call - println("//////////// $(a.thoughtround)") f = a.tools[Symbol(toolname)][:func] _result = f(toolinput) if _result != "No info available." #TODO for use with wikisearch(). Not good for other tools