pr-agent/pr_agent/algo/ai_handlers
Akileo d791e9f3d1 Fix: Improve langchain import error handling and add img_path to handler
Addresses issue #1784:
- Raises ImportError if langchain is not installed when LangChainOpenAIHandler is initialized.
- Adds img_path parameter to LangChainOpenAIHandler.chat_completion for interface consistency.
- Logs a warning if img_path is used with LangChainOpenAIHandler.
2025-05-25 15:28:18 +09:00
..
base_ai_handler.py Format files by pre-commit run -a 2024-10-30 10:00:36 +09:00
langchain_ai_handler.py Fix: Improve langchain import error handling and add img_path to handler 2025-05-25 15:28:18 +09:00
litellm_ai_handler.py fix: exclude RateLimitError from retry logic 2025-05-22 15:04:16 +09:00
openai_ai_handler.py fix: exclude RateLimitError from retry logic 2025-05-22 15:04:16 +09:00