@hashgraphonline/conversational-agent
Version:
Hashgraph Online conversational AI agent implementing HCS-10 communication, HCS-2 registries, and content inscription on Hedera. https://hol.org
16 lines (15 loc) • 347 B
JavaScript
import { EntityFormat } from "./index27.js";
const ENTITY_PATTERNS = {
TOPIC_REFERENCE: "the topic",
TOKEN_REFERENCE: "the token"
};
({
TOPIC: EntityFormat.TOPIC_ID,
TOKEN: EntityFormat.TOKEN_ID,
ACCOUNT: EntityFormat.ACCOUNT_ID,
CONTRACT: EntityFormat.CONTRACT_ID
});
export {
ENTITY_PATTERNS
};
//# sourceMappingURL=index43.js.map