: Found under the "Agents" section in Copilot, this allows you to describe a tool (e.g., "build a signup sheet tracker") and it will automatically generate the schema and UI .
Use a generator to create the basic files and structure for your feature: Programming Microsoft Office 365
: Use this file to ensure your feature matches the Office look and feel. 4. Implement Logic (JavaScript/TypeScript) : Found under the "Agents" section in Copilot,
The interaction between your feature and the Office document happens in taskpane.js : Programming Microsoft Office 365
Choose a workspace folder and name your project (e.g., MyOfficeFeature ).
In the VS Code terminal, run npm install to load dependencies.
: You might write a function to get the current selected text in Word and replace it with a generated summary. 5. Sideload and Test To see your feature in action: