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:
Josh Avant
2026-03-05 20:05:59 -06:00
committed by GitHub
parent cec5535096
commit fb289b7a79
16 changed files with 212 additions and 11 deletions

3
src/types/extension-api.d.ts vendored Normal file
View File

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