mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-01 21:20:33 +00:00
projects continued
This commit is contained in:
parent
23f53c4318
commit
0e1aa85890
64 changed files with 1191 additions and 551 deletions
|
|
@ -6,7 +6,7 @@ class Nudge(ApiHandler):
|
|||
if not ctxid:
|
||||
raise Exception("No context id provided")
|
||||
|
||||
context = self.get_context(ctxid)
|
||||
context = self.use_context(ctxid)
|
||||
context.nudge()
|
||||
|
||||
msg = "Process reset, agent nudged."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue