Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,537 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Good Day,
Is that possible to add Multiple messages to the AOAI assistant something like
{
"messages":[
{
"role": "user",
"content": "How are you?"
},
{
"role": "assistant",
"content": "I'm fine"
}
]
}
@Mohamed Hussein As per the reference it looks like it could only be either of one that can be used.
The API spec for the above is here.
I think you should add another role with assistant in the corresponding message on the thread.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.