UNPKG

nascoder-azure-ai-mcp-server

Version:

Professional Azure AI Foundry MCP Server - Developed by Freelancer Nasim with comprehensive testing and security best practices.

11 lines 437 B
import { QueryIntent } from '../types/azure.js'; export declare class IntentAnalyzer { private readonly intentPatterns; analyzeIntent(query: string): QueryIntent; private getMaxPossibleScore; private generateReasoning; private mapIntentToService; analyzeIntentWithContext(query: string, previousQueries?: string[]): QueryIntent; private analyzeContextualIntent; } //# sourceMappingURL=intent-analyzer.d.ts.map