mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 10:27:38 +00:00
refactor: rename to openclaw
This commit is contained in:
@@ -148,7 +148,7 @@ export function createSessionsSendTool(opts?: {
|
||||
return jsonResult({
|
||||
runId: crypto.randomUUID(),
|
||||
status: "forbidden",
|
||||
error: `Session not visible from this sandboxed agent session: label=${labelParam}`,
|
||||
error: "Session not visible from this sandboxed agent session.",
|
||||
});
|
||||
}
|
||||
return jsonResult({
|
||||
@@ -163,7 +163,7 @@ export function createSessionsSendTool(opts?: {
|
||||
return jsonResult({
|
||||
runId: crypto.randomUUID(),
|
||||
status: "forbidden",
|
||||
error: `Session not visible from this sandboxed agent session: label=${labelParam}`,
|
||||
error: "Session not visible from this sandboxed agent session.",
|
||||
});
|
||||
}
|
||||
return jsonResult({
|
||||
|
||||
Reference in New Issue
Block a user