UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

5 lines (4 loc) 252 B
export type GatewayWsLogStyle = "auto" | "full" | "compact"; export declare function setGatewayWsLogStyle(style: GatewayWsLogStyle): void; export declare function getGatewayWsLogStyle(): GatewayWsLogStyle; export declare const DEFAULT_WS_SLOW_MS = 50;