openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
6 lines (5 loc) • 460 B
TypeScript
export type SpeakerSelectionConfig = Record<string, unknown>;
/** Populate canonical and legacy speaker voice fields together. */
export declare function withSpeakerSelectionCompat(config: SpeakerSelectionConfig | undefined): SpeakerSelectionConfig;
/** Fill legacy speaker fields only when callers have not set them explicitly. */
export declare function withSpeakerSelectionFallbackCompat(config: SpeakerSelectionConfig | undefined): SpeakerSelectionConfig;