library · inferred from evidence
AzureChatOpenAI
A variant of a chat model for Azure, affected by the import path issue.
- Giskard LLM-as-a-judge fails on Azure OpenAI: Must provide an engine or deployment_id
Running a Giskard LLM-as-a-judge test on an Azure OpenAI model fails with `Must provide an 'engine' or 'deployment_id' parameter to create a [class 'openai.api_resources.chat_completion.ChatCompletion']`, even though `deployment_name` is se
- ValueError: create_tool_calling_agent requires .bind_tools on the LLM when using with_fallbacks
Wrapping a chat model with .with_fallbacks([fallback_model]) and passing the result to create_tool_calling_agent raised ValueError: This function requires a .bind_tools method be implemented on the LLM. The same error also hit AzureChatOpen