IAgenticaTokenUsageJson is a structure representing the token usage
information from the Agentica class. And you can get the
token usage information by calling the Agentica.getTokenUsage
method.
For reference, IAgenticaTokenUsageJson provides only the token usage
information, and does not contain any price or cost information. It is
because the price or cost can be changed by below reasons.
Type of IAgenticaProps.vendor LLM vendor
IAgenticaVendor.model in the LLM vendor.
Just by a policy change of the LLM vendor company.
Token usage information from the A.I. chatbot.
IAgenticaTokenUsageJsonis a structure representing the token usage information from the Agentica class. And you can get the token usage information by calling the Agentica.getTokenUsage method.For reference,
IAgenticaTokenUsageJsonprovides only the token usage information, and does not contain any price or cost information. It is because the price or cost can be changed by below reasons.Author
Samchon