Microsoft Copilot · Example Payload

Microsoft Copilot Chat Conversation Request Example

AgentsAI AssistantArtificial IntelligenceChatbotCopilotExtensibilityGenerative AIMicrosoft 365Productivity

Microsoft Copilot Chat Conversation Request Example is an example object payload from Microsoft Copilot, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

promptenableWebSearchfileReferences

Example Payload

Raw ↑
{
  "prompt": "example_value",
  "enableWebSearch": true,
  "fileReferences": []
}