Files
openclaw/src/plugin-sdk/realtime-bootstrap-context.ts
Jason (Json) 48a14e41e2 feat(discord): add realtime voice bootstrap context
Add bounded realtime profile context for Discord realtime voice sessions.
Default to `IDENTITY.md`, `USER.md`, and `SOUL.md`; `voice.realtime.bootstrapContextFiles: []` disables the extra context.
Document the config/SDK surface and refresh generated metadata.

Co-authored-by: FullerStackDev <263060202+fuller-stack-dev@users.noreply.github.com>
2026-05-20 14:13:59 +01:00

6 lines
188 B
TypeScript

export {
REALTIME_BOOTSTRAP_CONTEXT_FILE_NAMES,
resolveRealtimeBootstrapContextInstructions,
type RealtimeBootstrapContextFileName,
} from "../agents/realtime-bootstrap-context.js";