@elizaos/core v1.0.0-beta.7 / TokenizeTextParams
Interface: TokenizeTextParams
Parameters for text tokenization models
Extends
Properties
prompt
prompt:
string
The text to tokenize
Defined in
packages/core/src/types.ts:1132
modelType
modelType:
string
The model type to use for tokenization
Defined in
packages/core/src/types.ts:1133
runtime
runtime:
IAgentRuntime
The agent runtime for accessing services and utilities