mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 09:30:22 +00:00
Memory: handle SecretRef keys in doctor embeddings (#36835)
Merged via squash.
Prepared head SHA: c1a3d0caae
Co-authored-by: joshavant <830519+joshavant@users.noreply.github.com>
Co-authored-by: joshavant <830519+joshavant@users.noreply.github.com>
Reviewed-by: @joshavant
This commit is contained in:
3
src/types/extension-api.d.ts
vendored
Normal file
3
src/types/extension-api.d.ts
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
declare module "../../../dist/extensionAPI.js" {
|
||||
export const runEmbeddedPiAgent: (params: Record<string, unknown>) => Promise<unknown>;
|
||||
}
|
||||
Reference in New Issue
Block a user