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

13 lines (12 loc) 718 B
export const NOT_FOUND_STATUS = 404; export const BAD_REQUEST_STATUS = 400; export const GATEWAY_STAMP_ERROR_MESSAGE = "Endpoint not found. If using Swarm Gateway, postage stamp management endpoints are not available."; export const GATEWAY_TAG_ERROR_MESSAGE = "If using Swarm Gateway, tag endpoints are not available."; export 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 const CALL_TIMEOUT = 30000; export const DEFAULT_DEFERRED_UPLOAD_SIZE_THRESHOLD_MB = 5; export const DEFAULT_GATEWAY_BATCH_ID = "0000000000000000000000000000000000000000000000000000000000000000";