This commit is contained in:
2024-01-12 16:12:11 +00:00
parent e495a801f8
commit 5e7234a304
3 changed files with 102 additions and 32 deletions

View File

@@ -114,7 +114,12 @@ end
julia> score = grading(agent, guideline, shorttermMemory)
```
"""
function winestockDB(a::agentReflex, phrase::T) where {T<:AbstractString}
function winestockDB(a::agentReflex, query::T) where {T<:AbstractString}
@show query
error("winestockDB done")
return result
end