Skip to main content

@elizaos/core v1.0.12 / TokenizeTextParams

Interface: TokenizeTextParams

Parameters for text tokenization models

Extends​

Properties​

runtime​

runtime: IAgentRuntime

The agent runtime for accessing services and utilities

Inherited from​

BaseModelParams.runtime

Defined in​

packages/core/src/types/model.ts:80


prompt​

prompt: string

The text to tokenize

Defined in​

packages/core/src/types/model.ts:114


modelType​

modelType: string

The model type to use for tokenization

Defined in​

packages/core/src/types/model.ts:116