This commit is contained in:
2023-11-29 10:47:55 +00:00
parent e487f6aadc
commit d9fceef95a
2 changed files with 0 additions and 4 deletions

View File

@@ -1138,8 +1138,6 @@ function goNogo(a)
"""
respond = sendReceivePrompt(a, prompt)
goraw = respond
@show goraw
decision = GeneralUtils.getStringBetweenCharacters(respond, "{", "}")
return decision

View File

@@ -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