Azure OpenAI: Prompt AI action
- Updated: 2024/05/30
Azure OpenAI: Prompt AI action
The Azure OpenAI: Prompt AI action uses the Microsoft Azure AI's completions endpoint to generate text. This endpoint gives you access to the model's text input and output interface. You can give the model a text prompt in natural language, and it will generate a completion.
Prerequisites
- You must have the Bot creator role to use the Azure OpenAI: Prompt AI action in a bot.
- Ensure that you have the necessary credentials to send a request and have include Azure OpenAI: Authenticate action before calling any Microsoft Azure OpenAI actions.
This example shows how to send a natural language prompt using the Azure OpenAI: Prompt AI action and get an appropriate response.