mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-28 11:20:02 +00:00
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>
6 lines
188 B
TypeScript
6 lines
188 B
TypeScript
export {
|
|
REALTIME_BOOTSTRAP_CONTEXT_FILE_NAMES,
|
|
resolveRealtimeBootstrapContextInstructions,
|
|
type RealtimeBootstrapContextFileName,
|
|
} from "../agents/realtime-bootstrap-context.js";
|