Hello @Evyatar Or
Thanks for reaching out to us. First, all features under Azure OpenAI will follow the same data and privacy policy.
Your prompts (inputs) and completions (outputs), your embeddings, and your training data:
- are NOT available to other customers.
- are NOT available to OpenAI.
- are NOT used to improve OpenAI models.
- are NOT used to improve any Microsoft or 3rd party products or services.
- are NOT used for automatically improving Azure OpenAI models for your use in your resource (The models are stateless, unless you explicitly fine-tune models with your training data).
- Your fine-tuned Azure OpenAI models are available exclusively for your use.
The Azure OpenAI Service is fully controlled by Microsoft; Microsoft hosts the OpenAI models in Microsoft’s Azure environment and the Service does NOT interact with any services operated by OpenAI (e.g. ChatGPT, or the OpenAI API).
Azure OpenAI Assistant uses thread_id
to manage conversation state temporarily but does not imply permanent storage of conversation history for your usage. It's only temporarily to maintain the state of ongoing conversations. This context storage is essential for enabling coherent and relevant interactions during the conversation. And the data can be only access by your and who other has the valid subscription ID/roles.
Conversation history, when stored, is generally retained only for the duration necessary to support the ongoing conversation and is not kept beyond that period unless explicitly required by user actions or configurations.
I hope this helps.
Regards,
Yutong
-Please kindly accept the answer if you feel helpful to support the community, thanks a lot.