update
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user