@juspay/neurolink
Version:
Universal AI Development Platform with working MCP integration, multi-provider support, voice (TTS/STT/realtime), and professional CLI. 58+ external MCP servers discoverable, multimodal file processing, RAG pipelines. Build, test, and deploy AI applicatio
14 lines (13 loc) • 418 B
TypeScript
/**
* Azure OpenAI Setup Command
*
* Setup for Azure OpenAI integration:
* - AZURE_OPENAI_API_KEY (required)
* - AZURE_OPENAI_ENDPOINT (required)
* - AZURE_OPENAI_MODEL (optional)
*
* Follows the same UX patterns as other setup commands
*/
import { type ProviderSetupArgv } from "../../lib/types/index.js";
export declare function handleAzureSetup(argv: ProviderSetupArgv): Promise<void>;