@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.mjs CHANGED
@@ -4451,7 +4451,8 @@ async function scanMemory(entry, auth, opts) {
4451
4451
  const result = await atbash.judgeAction(request.prompt, request.context, {
4452
4452
  toolName: opts?.toolName ?? "memory_write",
4453
4453
  toolArgsJson: opts?.toolArgsJson ?? JSON.stringify({ key: entry.key, source: entry.source }),
4454
- mode: "memory-scan"
4454
+ mode: "memory-scan",
4455
+ orgName: opts?.orgName
4455
4456
  });
4456
4457
  if (result.verdict === "No verdict" && result.status !== "logged") {
4457
4458
  throw new Error(