UNPKG

@mastra/core

Version:

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

13 lines (12 loc) 259 B
// src/llm/model/gateways/base.ts var MastraModelGateway = class { /** * Get the gateway ID */ getId() { return this.id; } }; export { MastraModelGateway }; //# sourceMappingURL=chunk-BJ6XIEC6.js.map //# sourceMappingURL=chunk-BJ6XIEC6.js.map