1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AppendMessageToConversationRequest

AppendMessageToConversationRequest

    Request body for appending a message to a Copilot conversation.

    Properties

    • model string required
      The AI model to use for generating the response (e.g. ‘gpt-4’, ‘claude-3’).
    • message string required
      The message text to append to the conversation.
    • message_schema_version string required
      Schema version of the message format, for forward/backward compatibility.
    • skills string required
      Comma-separated list of skill identifiers to enable for this message.
    • role string required
      The role of the message sender (e.g. ‘user’, ‘assistant’, ‘system’).