mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-22 22:58:13 +00:00
feat: support to filter LLM Events from Lite Agent
This commit is contained in:
@@ -31,6 +31,7 @@ class CustomLLM(BaseLLM):
|
||||
callbacks=None,
|
||||
available_functions=None,
|
||||
from_task=None,
|
||||
from_agent=None,
|
||||
):
|
||||
"""
|
||||
Mock LLM call that returns a predefined response.
|
||||
|
||||
Reference in New Issue
Block a user