update
This commit is contained in:
@@ -39,10 +39,8 @@ function makeSummary(a::T1, input::T2) where {T1<:agent, T2<:AbstractString}
|
||||
"""
|
||||
result = sendReceivePrompt(a, prompt)
|
||||
if result[1:1] == "\n"
|
||||
println("77777")
|
||||
summary = result[2:end]
|
||||
else
|
||||
println("8888")
|
||||
summary = result
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user