fix: stabilize slack http receiver import

This commit is contained in:
Peter Steinberger
2026-01-18 15:44:07 +00:00
parent c11b016d22
commit b546b2a48d
7 changed files with 9 additions and 7 deletions

View File

@@ -268,7 +268,7 @@ export async function compactEmbeddedPiSession(params: {
? resolveHeartbeatPrompt(params.config?.agents?.defaults?.heartbeat?.prompt)
: undefined,
skillsPrompt,
docsPath,
docsPath: docsPath ?? undefined,
promptMode,
runtimeInfo,
sandboxInfo,