UNPKG

@hashgraphonline/hedera-agent-kit

Version:

Build LLM-powered applications that interact with the Hedera Network. Create conversational agents that can understand user requests in natural language and execute Hedera transactions, or build backend systems that leverage AI for on-chain operations.

10 lines (9 loc) 182 B
/** * Model capability profiles for response size handling */ export enum ModelCapability { SMALL = 'SMALL', MEDIUM = 'MEDIUM', LARGE = 'LARGE', UNLIMITED = 'UNLIMITED', }