@gguf/claw
Version:
Multi-channel AI gateway with extensible messaging integrations
4 lines (3 loc) • 297 B
TypeScript
export declare function hasLegacyDeliveryHints(payload: Record<string, unknown>): boolean;
export declare function buildDeliveryFromLegacyPayload(payload: Record<string, unknown>): Record<string, unknown>;
export declare function stripLegacyDeliveryFields(payload: Record<string, unknown>): void;