web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / HTTP Connector for Azu...
Power Automate
Unanswered

HTTP Connector for Azure OpenAI - Parameters Error

(1) ShareShare
ReportReport
Posted on by 11

We are integrating Azure's GPT into a PowerApp using our Premium License.

It works perfectly fine when we send the message body without any parameters but when we add the parameters, we are faced with this error:

 

 

The extensions chat completions operation must have at least one extension.

 

 

My endpoint: 

https://XXXXXXXX.azure.com/openai/deployments/ccc-gpt4/extensions/chat/completions?api-version=2023-07-01-preview

My code:

 

{ 
 "messages": [ 
 { 
 "role": "user", 
 "content": "Hi" 
 } 
 ], 
 "extensions": [ 
 { 
 "type": "default", 
 "settings": { 
 "temperature": 0.7, 
 "top_p": 0.95, 
 "frequency_penalty": 0, 
 "presence_penalty": 0, 
 "max_tokens": 110, 
 "stop": null 
 } 
 } 
 ], 
 "azureSearchEndpoint": "https://XXXX.net", 
 "azureSearchKey": "XXXXXXXXXX", 
 "azureSearchIndexName": "XXXXXXX" 
} 

 

 Any help would be greatly appreciated.

Categories:
I have the same question (0)
  • Pranavkumar Profile Picture
    Microsoft Employee on at

    I am also facing same issue by using similar JSON code suggested by OpenAI playground in my Logic APp flow

  • jitendra1 Profile Picture
    2 on at

    Hi, I am also facing the same issue.

    Without extensions its working but while adding extension its throwing the same error that "The extensions chat completions operation must have at least one extension.".

    I am using the Azure OpenAI endpoints and key with power automate.

  • Imanabdul Profile Picture
    4 on at

    I get this error when I am working on it from the portal. How is that possible?

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 262 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 227

#3
Expiscornovus Profile Picture

Expiscornovus 225 Most Valuable Professional

Last 30 days Overall leaderboard