Forum Discussion
goranobradovic
Feb 11, 2026Copper Contributor
Missing equivalent for Python MemorySearchTool and AgentMemorySettings in C# SDK
Hi Team, I am currently working with the Azure AI Foundry Agent Service (preview). I’ve been reviewing the documentation for managed long-term memory, specifically the "Automatic User Memory" fea...
Jamony
Jun 30, 2026MCT
Hi, with Azure AI Foundry Agent Service still moving fast, the Python SDK often gets preview agent features before the C# SDK reaches parity. I would check the current C# package version and release notes first, but if those types are still missing, the practical workaround is usually calling the REST API directly for that feature until the C# SDK catches up.