openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
16 lines (15 loc) • 735 B
JavaScript
import { t as definePluginEntry } from "../../plugin-entry-zfBGJaNO.js";
import { t as buildMicrosoftFoundryImageGenerationProvider } from "../../image-generation-provider-28GXxSC-.js";
import { t as buildMicrosoftFoundryProvider } from "../../provider-yJ3g_PqJ.js";
//#region extensions/microsoft-foundry/index.ts
var microsoft_foundry_default = definePluginEntry({
id: "microsoft-foundry",
name: "Microsoft Foundry Provider",
description: "Microsoft Foundry provider with Entra ID and API key auth",
register(api) {
api.registerProvider(buildMicrosoftFoundryProvider());
api.registerImageGenerationProvider(buildMicrosoftFoundryImageGenerationProvider());
}
});
//#endregion
export { microsoft_foundry_default as default };