start_conversation
Initiate a new conversation with Microsoft Copilot Studio Agent to interact with custom AI assistants directly from VS Code
Instructions
Start a new conversation with the Copilot Studio Agent
Input Schema
Name | Required | Description | Default |
---|---|---|---|
initialMessage | No | Optional first message to send |
Input Schema (JSON Schema)
{
"properties": {
"initialMessage": {
"description": "Optional first message to send",
"type": "string"
}
},
"type": "object"
}