UNPKG

@mastra/core

Version:

Mastra is a framework for building AI-powered applications and agents with a modern TypeScript stack.

3 lines 221 B
import type { MastraLanguageModel, MastraLanguageModelV2 } from './shared.types.js'; export declare function isV2Model(model: MastraLanguageModel): model is MastraLanguageModelV2; //# sourceMappingURL=is-v2-model.d.ts.map