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