mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-13 18:18:29 +00:00
- Fix setup_llm method to check isinstance(self.llm, BaseLLM) instead of LLM - Fix ensure_guardrail_is_callable method to check isinstance(self.llm, BaseLLM) - Add comprehensive test for CustomLLM with guardrails functionality - Resolves issue #3112 where CustomLLM classes couldn't use guardrails Co-Authored-By: João <joao@crewai.com>
18 KiB
18 KiB