UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

10 lines 446 B
import { mt as ProviderAuthMethod } from "../../plugin-entry-BOAJmgcf.js"; //#region extensions/microsoft-foundry/auth.d.ts declare function shouldTestFoundryTextConnection(params: { modelId: string; modelNameHint?: string | null; }): boolean; declare const entraIdAuthMethod: ProviderAuthMethod; declare const apiKeyAuthMethod: ProviderAuthMethod; //#endregion export { apiKeyAuthMethod, entraIdAuthMethod, shouldTestFoundryTextConnection };