Microsoft Copilot · JSON Structure

Microsoft Copilot Chat Conversation Request Structure

Type: object Properties: 3
AgentsAI AssistantArtificial IntelligenceChatbotCopilotExtensibilityGenerative AIMicrosoft 365Productivity

ChatConversationRequest is a JSON Structure definition published by Microsoft Copilot, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

prompt enableWebSearch fileReferences

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ChatConversationRequest",
  "type": "object",
  "properties": {
    "prompt": {
      "type": "string"
    },
    "enableWebSearch": {
      "type": "boolean"
    },
    "fileReferences": {
      "type": "array"
    }
  }
}