This commit is contained in:
narawat lamaiin
2024-04-15 21:08:42 +07:00
parent 55d8d2675d
commit 08220bb282
2 changed files with 4 additions and 4 deletions

View File

@@ -188,7 +188,7 @@ end
msgMeta,
agentConfig,
)
julia> YiemAgent.add_new_message(a, "user", "hello")
julia> YiemAgent.addNewMessage(a, "user", "hello")
julia> YiemAgent.clearhistory(a)
```