From c7b78758ee64fe2a9bd211c32d4e59c854cd5a18 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 17 Mar 2024 10:31:13 +0700 Subject: [PATCH] update --- src/interface.jl | 2 +- src/llmfunction.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.