UNPKG

@mastra/core

Version:

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

15 lines (13 loc) 294 B
'use strict'; // src/llm/model/gateways/base.ts var MastraModelGateway = class { /** * Get the gateway ID */ getId() { return this.id; } }; exports.MastraModelGateway = MastraModelGateway; //# sourceMappingURL=chunk-UCPGYU55.cjs.map //# sourceMappingURL=chunk-UCPGYU55.cjs.map