UNPKG

@hashgraphonline/conversational-agent

Version:

Hashgraph Online conversational AI agent implementing HCS-10 communication, HCS-2 registries, and content inscription on Hedera. https://hol.org

20 lines (19 loc) 912 B
const NOT_FOUND_STATUS = 404; const BAD_REQUEST_STATUS = 400; const GATEWAY_STAMP_ERROR_MESSAGE = "Endpoint not found. If using Swarm Gateway, postage stamp management endpoints are not available."; const GATEWAY_TAG_ERROR_MESSAGE = "If using Swarm Gateway, tag endpoints are not available."; 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."; const CALL_TIMEOUT = 3e4; const DEFAULT_DEFERRED_UPLOAD_SIZE_THRESHOLD_MB = 5; const DEFAULT_GATEWAY_BATCH_ID = "0000000000000000000000000000000000000000000000000000000000000000"; export { BAD_REQUEST_STATUS, CALL_TIMEOUT, DEFAULT_DEFERRED_UPLOAD_SIZE_THRESHOLD_MB, DEFAULT_GATEWAY_BATCH_ID, GATEWAY_STAMP_ERROR_MESSAGE, GATEWAY_TAG_ERROR_MESSAGE, NOT_FOUND_STATUS, POSTAGE_CREATE_TIMEOUT_MESSAGE }; //# sourceMappingURL=index63.js.map