Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 2.26 KB

File metadata and controls

38 lines (27 loc) · 2.26 KB

AI

AI General

AI Prompt

ChatGPT Enterprise is designed for work. Unlike public AI tools, it's built to securely use our own data—such as documents, messages, and schedules—only when we choose to connect them. ChatGPT Connectors let you securely link your ORG apps—such as SharePoint, Outlook, Calendar, and Teams—to ChatGPT Enterprise so it can reference your internal information while you work. The connection steps are simple and consistent, making it easy to enable the tools you need without extra setup or technical knowledge.

Six Ways AI Can Support Our Work: 1) UNDERSTAND, 2) CLARIFY, 3) IMPROVE, 4) PREPARE, 5) ADAPT, 6) DECIDE

  • AI Slop: AI output might look structured and professional, it can lack quality and substance. This type of output is known as AI Slop.
  • The Five Principles:
    • Be Specific and Clear: AI thrives on clarity!
    • Provide Context: Context sets the direction.
    • Set Constraints: Constraints create focus.
    • Assign a Role: Roles shape perspective.
    • Iterate & Refine: Great prompts are built, not written.

M365 Copilot:

Enabling developer mode: To enable developer mode, in Copilot Chat, type -developer on. To disable developer mode, type -developer off.
https://learn.microsoft.com/en-us/collections/p11pb18wmq6xqq
https://learn.microsoft.com/en-us/microsoft-365-copilot/extensibility/api-plugin-debug-local

  • API plugins enable declarative agents in Microsoft 365 Copilot to call REST APIs to retrieve data and perform tasks. However, these APIs must be hosted on servers that are addressable over the internet in order for Microsoft 365 Copilot to reach them.
  • Use /share on agent chat to share debug session details with M365 support team.
M365 Declarative agent requires OpenAPI url are available over internet so local url will not work, Use DevTunnel to expose local url to make it available over internet.

Teams Agents:

https://www.youtube.com/watch?v=7bL_kaA9cag https://learn.microsoft.com/en-us/microsoft-365-copilot/extensibility/api-plugin-confirmation-prompts

OpenAPI:

  • only https is allowed, http is not supported.

https://learn.microsoft.com/en-us/microsoft-365-copilot/extensibility/api-plugin-debug-local

MCP

  • run inspector command - npx @modelcontextprotocol/inspector