This commit is contained in:
2023-10-09 14:06:51 +00:00
parent 72f3dd290c
commit 565b8e863c

View File

@@ -30,7 +30,7 @@ end
add new message to agent
# Example
```jldoctest
julia> addNewMessage(agent1, "user", "no")
julia> addNewMessage(agent1, "user", "Where should I go to buy snacks")
````
"""
function addNewMessage(a::agent, role::String, content::String)