Skip to main content

@elizaos/core v1.0.16 / TranscriptionParams

Interface: TranscriptionParams

Parameters for transcription 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


audioUrl​

audioUrl: string

The URL or path of the audio file to transcribe

Defined in​

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


prompt?​

optional prompt: string

Optional prompt to guide transcription

Defined in​

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