diff --git a/src/interface.jl b/src/interface.jl index 5349f7d..2393e1e 100755 --- a/src/interface.jl +++ b/src/interface.jl @@ -2041,7 +2041,7 @@ end Return\n result : a string of LLM readout from keyword memory - Example: + Example ```jldoctest julia> using ChatAgent, CommUtils julia> a = ChatAgent.agentReflex("Jene") diff --git a/src/llmfunction.jl b/src/llmfunction.jl index e7e0004..c7a2f56 100644 --- a/src/llmfunction.jl +++ b/src/llmfunction.jl @@ -5,7 +5,7 @@ export wikisearch, winestock, askbox using HTTP, JSON3, URIs, Random using GeneralUtils using ..type, ..utils -#------------------------------------------------------------------------------------------------100 +# ---------------------------------------------- 100 --------------------------------------------- # """ Search wikipedia.