mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-08-06 15:05:21 +00:00
Minor fixes
This commit is contained in:
parent
961dbc405a
commit
fbe47ac03e
3 changed files with 5 additions and 5 deletions
|
|
@ -12,7 +12,7 @@ class Nudge(ApiHandler):
|
|||
context = self.get_context(ctxid)
|
||||
context.nudge()
|
||||
|
||||
msg = "Context reset, agent nudged."
|
||||
msg = "Process reset, agent nudged."
|
||||
context.log.log(type="info", content=msg)
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue