@hashgraphonline/conversational-agent
Version:
Hashgraph Online conversational AI agent implementing HCS-10 communication, HCS-2 registries, and content inscription on Hedera. https://hol.org
9 lines (8 loc) • 762 B
TypeScript
export declare const NOT_FOUND_STATUS = 404;
export declare const BAD_REQUEST_STATUS = 400;
export declare const GATEWAY_STAMP_ERROR_MESSAGE = "Endpoint not found. If using Swarm Gateway, postage stamp management endpoints are not available.";
export declare const GATEWAY_TAG_ERROR_MESSAGE = "If using Swarm Gateway, tag endpoints are not available.";
export declare const POSTAGE_CREATE_TIMEOUT_MESSAGE = "Purchase of postage batch is in progress, it may take a few minutes. Please list you batches after a few minutes to find it.";
export declare const CALL_TIMEOUT = 30000;
export declare const DEFAULT_DEFERRED_UPLOAD_SIZE_THRESHOLD_MB = 5;
export declare const DEFAULT_GATEWAY_BATCH_ID = "0000000000000000000000000000000000000000000000000000000000000000";