When an agent uses web-scraping or document-summarizer skills and content exceeds the context window, the summarization fallback now correctly creates LangChain chat models for Azure OpenAI and Dell Pro AI Studio providers, preventing the agent from crashing with an 'Unsupported provider' error.
Adds missing `azure` and `dpais` provider cases to the LangChain chat model initialization switch statement, using existing OpenAI-compatible base-URL patterns.
Users of Anything LLM with Azure OpenAI or Dell Pro AI Studio agents will no longer see their agent crash when it tries to summarize long web pages or documents. This fix makes these enterprise-grade providers fully functional for the summarization fallback workflow, which is critical for agents processing large content. The next step is to verify the fix works in live deployments and add unit tests to prevent future regressions for provider coverage.