Files
Moltbot/src/types/extension-api.d.ts
Josh Avant fb289b7a79 Memory: handle SecretRef keys in doctor embeddings (#36835)
Merged via squash.

Prepared head SHA: c1a3d0caae60115d886e8bfc9983c9533c773f04
Co-authored-by: joshavant <830519+joshavant@users.noreply.github.com>
Co-authored-by: joshavant <830519+joshavant@users.noreply.github.com>
Reviewed-by: @joshavant
2026-03-05 20:05:59 -06:00

4 lines
141 B
TypeScript

declare module "../../../dist/extensionAPI.js" {
export const runEmbeddedPiAgent: (params: Record<string, unknown>) => Promise<unknown>;
}