mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 14:01:24 +08:00
19 lines
428 B
TypeScript
19 lines
428 B
TypeScript
// Public voice-call API barrel exposed to plugin-local modules and tests.
|
|
|
|
export {
|
|
definePluginEntry,
|
|
fetchWithSsrFGuard,
|
|
type GatewayRequestHandlerOptions,
|
|
isBlockedHostnameOrIp,
|
|
isRequestBodyLimitError,
|
|
type OpenClawPluginApi,
|
|
readRequestBodyWithLimit,
|
|
requestBodyErrorToText,
|
|
type SessionEntry,
|
|
sleep,
|
|
TtsAutoSchema,
|
|
TtsConfigSchema,
|
|
TtsModeSchema,
|
|
TtsProviderSchema,
|
|
} from "./runtime-api.js";
|