Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Azure AI Language Conversations for Python

Skill Aktiv

Implement Conversational Language Understanding (CLU) using the azure-ai-language-conversations Python SDK. Use when working with ConversationAnalysisClient to analyze conversation intent and entities, building NLP features, or integrating language understanding into applications.

Zweck

Implement Conversational Language Understanding (CLU) using the Azure AI Language Conversations Python SDK to analyze conversation intent and entities.

Funktionen

  • Implement CLU using Azure SDK
  • Analyze conversation intent and entities
  • Integrate NLP features into applications
  • Provide Python code examples for usage

Anwendungsfälle

  • Analyzing user input for intent recognition
  • Extracting entities from conversational text
  • Building custom NLP features for applications
  • Integrating language understanding capabilities

Nicht-Ziele

  • Implementing the CLU service itself
  • Providing a graphical user interface for CLU configuration
  • Handling complex dialogue management beyond basic intent/entity analysis

Voraussetzungen

  • Azure account with Conversational Language Understanding resource
  • Azure subscription for the endpoint and key
  • Python environment with `azure-ai-language-conversations` installed

Practical Utility

  • info:Edge casesWhile the example is basic, the SKILL.md mentions handling exceptions properly, but specific failure modes and recovery steps are not detailed.
  • info:Edge casesWhile the example is basic, the SKILL.md mentions handling exceptions properly, but specific failure modes and recovery steps are not detailed.

Documentation

  • warning:Configuration & parameter referenceEnvironment variables for endpoint, key, project, and deployment are mentioned but not explicitly documented with their expected format or purpose. The example code implies their existence without detailing how to obtain or set them.

Security

  • warning:Secret ManagementThe example code relies on environment variables for sensitive credentials (endpoint, key) which are not explicitly documented on how to obtain or secure them, posing a potential risk if not handled properly.

Trust

  • info:Issues AttentionIn the last 90 days, 19 issues were opened and 11 were closed, indicating a moderate level of responsiveness from maintainers.

Compliance

  • info:GDPRThe skill processes text which may contain personal data, but it does not submit this data to third parties directly or operate on it without sanitization beyond what the Azure service handles.

Install

  • warning:Installation instructionThe README provides a `npx skills add microsoft/skills` command, but the SKILL.md for this specific skill does not include direct installation or invocation instructions for its particular functionality, relying on environment variables not fully detailed.

Errors

  • info:Actionable error messagesWhile the SKILL.md mentions proper exception handling, the specific error messages and remediation steps are not detailed in the documentation.

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add microsoft/skills
/plugin install azure-sdk-python@skills

Qualitätspunktzahl

85 /100
Analysiert about 22 hours ago

Vertrauenssignale

Letzter Commit1 day ago
Sterne2.3k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Azure Servicebus Py

100

Azure Service Bus SDK for Python messaging. Use for queues, topics, subscriptions, and enterprise messaging patterns. Triggers: "service bus", "ServiceBusClient", "queue", "topic", "subscription", "message broker".

Skill
microsoft

Azure Monitor Query Py

100

Azure Monitor Query SDK for Python. Use for querying Log Analytics workspaces and Azure Monitor metrics. Triggers: "azure-monitor-query", "LogsQueryClient", "MetricsQueryClient", "Log Analytics", "Kusto queries", "Azure metrics".

Skill
microsoft

Azure Container Registry SDK for Python

100

Azure Container Registry SDK for Python. Use for managing container images, artifacts, and repositories. Triggers: "azure-containerregistry", "ContainerRegistryClient", "container images", "docker registry", "ACR".

Skill
microsoft

Azure App Configuration SDK for Python

100

Azure App Configuration SDK for Python. Use for centralized configuration management, feature flags, and dynamic settings. Triggers: "azure-appconfiguration", "AzureAppConfigurationClient", "feature flags", "configuration", "key-value settings".

Skill
microsoft

Azure Ai Document Intelligence Dotnet

100

Azure AI Document Intelligence SDK for .NET. Extract text, tables, and structured data from documents using prebuilt and custom models. Use for invoice processing, receipt extraction, ID document analysis, and custom document models. Triggers: "Document Intelligence", "DocumentIntelligenceClient", "form recognizer", "invoice extraction", "receipt OCR", "document analysis .NET".

Skill
microsoft

Skill Creator

99

Guide for creating effective skills for AI coding agents working with Azure SDKs and Microsoft Foundry services. Use when creating new skills or updating existing skills.

Skill
microsoft