AppendMessageToConversationRequest
Request body for appending a message to a Copilot conversation.
Properties
modelstring requiredThe AI model to use for generating the response (e.g. ‘gpt-4’, ‘claude-3’).messagestring requiredThe message text to append to the conversation.message_schema_versionstring requiredSchema version of the message format, for forward/backward compatibility.skillsstring requiredComma-separated list of skill identifiers to enable for this message.rolestring requiredThe role of the message sender (e.g. ‘user’, ‘assistant’, ‘system’).
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.