Anything LLM's agent summarization fallback now supports Azure OpenAI and Dell Pro AI Studio providers, preventing the agent from crashing when web-scraping or document-summarization skills exceed the model's context window.
Adds missing provider cases to the agent's summarization fallback logic, enabling Azure OpenAI and Dell Pro AI Studio to complete summarization tasks instead of crashing.
Users running Anything LLM agents with Azure OpenAI or Dell Pro AI Studio as their backend will no longer see a crash when the agent tries to summarize long documents or scraped web pages. This means complex agent workflows that depend on these providers can now complete successfully, improving reliability for production deployments. It is worth watching whether the untested live credentials for these providers introduce any subtle behavior differences and whether unit test coverage is added for the LangChainChatModel provider routing.