UNPKG

@mastra/core

Version:

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

4 lines 277 B
import type { AgentMethodType } from '../../agent/index.js'; import type { ModelMethodType } from './model.loop.types.js'; export declare function getModelMethodFromAgentMethod(methodType: AgentMethodType): ModelMethodType; //# sourceMappingURL=model-method-from-agent.d.ts.map