azure found issue - 'Encrypted content is not supported with this model
Ran into this issue here when setting up Azure Foundry agent to use "chatgpt-4-1-mini".
"<class 'agent_framework_foundry._chat_client.FoundryChatClient'> service failed to complete the prompt: Error code: 400 - {'error': {'message': 'Encrypted content is not supported with this model">
The solution - I have to deploy and update my code to use chatpgt-5-mini
Comments