export declare const DEFAULT_HOST = "127.0.0.1"; export declare const DEFAULT_PORT = 0; export declare const DEFAULT_BASE_PATH = "/v1"; export declare const DEFAULT_MODEL_ID = "agent"; /** * Hard upper bound for one fully serialized OpenWebUI tool-details SSE frame, * including HTML escaping, the Chat Completions JSON wrapper, and SSE framing. */ export declare const MAX_TOOL_SSE_FRAME_BYTES: number; /** * Default per-field upper bound for raw UTF-8 preview bytes. The actual bound * may be lowered further when serialized expansion would exceed the frame cap. */ export declare const DEFAULT_MAX_TOOL_PAYLOAD_BYTES: number; //# sourceMappingURL=constants.d.ts.map