$npx -y skills add microsoft/skills-for-copilot-studio --skill chat-with-agentDEPRECATED: Use /copilot-studio:detect-mode then /copilot-studio:chat-directline or /copilot-studio:chat-sdk instead.
| 1 | # Chat With Agent (Deprecated) |
| 2 | |
| 3 | This skill has been split into atomic skills: |
| 4 | |
| 5 | 1. **`/copilot-studio:detect-mode`** — detect the agent's auth mode |
| 6 | 2. **`/copilot-studio:chat-directline`** — chat via DirectLine v3 (no auth / manual auth) |
| 7 | 3. **`/copilot-studio:chat-sdk`** — chat via Copilot Studio SDK (integrated auth / M365) |
| 8 | |
| 9 | Follow the **Point-test workflow** in the test agent prompt instead of using this skill directly. |