Open
Description
Note: This template is only for reporting bugs about samples in this repo. If you have a product bug to report about Office web Add-ins, please submit the issue at https://github.com/OfficeDev/office-js/issues. This will help us respond to your issue faster.
(DELETE THIS PARAGRAPH AFTER READING)
URL of sample
Describe the bug
add a title generated by AI, but nothing happened.
To Reproduce
Steps to reproduce the behavior:
- Go to 'create custom content'
- Click on 'add a title'
- Scroll down to 'add a title generated by AI'
- Enter the Azure Open AI Endpoints and API key
Expected behavior
insert a title generate by azure openai.
Screenshots
Environment
- Platform [PC desktop, Mac, iOS, Office Online]: ______
- Host [Excel, Word, PowerPoint, etc.]: ______
- Office version number: ______
- Operating System: ______
- Browser (if using Office Online): ______
Additional context
I also launch an http server with express, and update the code to fetch the local server. from servcer side that the client request, but nothing happen too. no any insert action happen.
Activity