Skip to content

Commit e27a688

Browse files
authored
Merge pull request #176 from microsoft/copilot/fix-github-actions-workflow
2 parents a18d231 + ec752ef commit e27a688

File tree

2 files changed

+6
-0
lines changed
  • .github/plugins/azure-sdk-python/skills/azure-ai-language-conversations-py

2 files changed

+6
-0
lines changed

.github/plugins/azure-sdk-python/skills/azure-ai-language-conversations-py/SKILL.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
name: azure-ai-language-conversations-py
3+
description: 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.
4+
---
5+
16
# Azure AI Language Conversations for Python
27

38
## System Prompt

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,3 +304,4 @@ temp/
304304
# Astro build artifacts
305305
docs/data-store.json
306306
docs/settings.json
307+
package-lock.json

0 commit comments

Comments
 (0)