v0.4.0 #2

Merged
ton merged 24 commits from v0.4.0 into main 2026-07-04 06:34:09 +00:00
Showing only changes of commit 4eb55537f7 - Show all commits
-2
View File
@@ -526,8 +526,6 @@ function evaluator(a::T1, timeline, decisiondict, evaluateecontext
prompt = GeneralUtils.formatLLMtext(unformatPrompt, a.llmFormatName)
# add info
prompt = prompt * context
println("")
println(prompt)
response = a.context.text2textInstructLLM(prompt; senderId=a.id)
response = GeneralUtils.deFormatLLMtext(response, a.llmFormatName)