mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:40:44 +00:00
fix(gateway): classify doctor memory methods
This commit is contained in:
@@ -139,6 +139,8 @@ const METHOD_SCOPE_GROUPS: Record<OperatorScope, readonly string[]> = {
|
||||
"doctor.memory.backfillDreamDiary",
|
||||
"doctor.memory.resetDreamDiary",
|
||||
"doctor.memory.resetGroundedShortTerm",
|
||||
"doctor.memory.repairDreamingArtifacts",
|
||||
"doctor.memory.dedupeDreamDiary",
|
||||
"push.test",
|
||||
"node.pending.enqueue",
|
||||
],
|
||||
|
||||
@@ -8,6 +8,8 @@ const BASE_METHODS = [
|
||||
"doctor.memory.backfillDreamDiary",
|
||||
"doctor.memory.resetDreamDiary",
|
||||
"doctor.memory.resetGroundedShortTerm",
|
||||
"doctor.memory.repairDreamingArtifacts",
|
||||
"doctor.memory.dedupeDreamDiary",
|
||||
"logs.tail",
|
||||
"channels.status",
|
||||
"channels.logout",
|
||||
|
||||
Reference in New Issue
Block a user