update
This commit is contained in:
@@ -1138,8 +1138,6 @@ function goNogo(a)
|
||||
"""
|
||||
|
||||
respond = sendReceivePrompt(a, prompt)
|
||||
goraw = respond
|
||||
@show goraw
|
||||
decision = GeneralUtils.getStringBetweenCharacters(respond, "{", "}")
|
||||
|
||||
return decision
|
||||
|
||||
@@ -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