This commit is contained in:
2023-11-30 00:08:26 +00:00
parent d9fceef95a
commit 7861604b1f
4 changed files with 56 additions and 27 deletions

View File

@@ -47,11 +47,11 @@ function wikisearch(a::agentReflex, phrase::T) where {T<:AbstractString}
result = "No info available for your search query."
end
if result == ""
result = "No info available for your search query."
else
result = makeSummary(a, result)
end
# if result == ""
# result = "No info available for your search query."
# else
# result = makeSummary(a, result)
# end
return result
end
@@ -106,7 +106,6 @@ end