@atbash/sdk 0.10.11-dev.0 → 0.10.12-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -4532,7 +4532,8 @@ async function scanMemory(entry, auth, opts) {
|
|
|
4532
4532
|
const result = await atbash.judgeAction(request.prompt, request.context, {
|
|
4533
4533
|
toolName: opts?.toolName ?? "memory_write",
|
|
4534
4534
|
toolArgsJson: opts?.toolArgsJson ?? JSON.stringify({ key: entry.key, source: entry.source }),
|
|
4535
|
-
mode: "memory-scan"
|
|
4535
|
+
mode: "memory-scan",
|
|
4536
|
+
orgName: opts?.orgName
|
|
4536
4537
|
});
|
|
4537
4538
|
if (result.verdict === "No verdict" && result.status !== "logged") {
|
|
4538
4539
|
throw new Error(
|