mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-18 23:01:35 +00:00
3 lines
152 B
TypeScript
3 lines
152 B
TypeScript
// Minimax provider module implements model/runtime integration.
|
|
export { createMiniMaxWebSearchProvider } from "./src/minimax-web-search-provider.js";
|