Physical Address

304 North Cardinal St.
Dorchester Center, MA 02124

Copilot

Microsoft 365 Copilot Chat/Microsoft 365 Copilot

Microsoft 365 Copilot Chat is a standalone chat experience (like ChatGPT) for asking questions and brainstorming, while Microsoft 365 Copilot is a fully integrated AI assistant embedded directly in apps like Word, Excel, Outlook, and Teams to help you in your daily work.

Copilot Studio

  1. You can build agents (AI chatbots)
  2. Tools: You can do CRUD with many datasources like SharePoint, Outlook, MS Teams, SAP, Service Now, Jira
    • MCP: These are agent helpers for a specific platform SharePoint, Outlook, MS Teams, SAP, Service Now, Jira.
      • Create
      • Read
      • Update
      • Delete
    • IQ: These are agent helpers for a specific platform SharePoint, Outlook, MS Teams, SAP, Service Now, Jira.
      • Graph API
      • Search index
      • vector search (embeddings)
      • AI summery
  3. Flows: You can run a flow triggered by the agent. The agent can decide by itself to start the flow or you can implement it in a topic.

Custom MCP


{
  "name": "getTopExchangeMessages",
  "description": "Get top 10 important Exchange Online messages",
  "parameters": {
    "top": "number",
    "service": "string"
  }
}

Leave a Reply

Your email address will not be published. Required fields are marked *