Documentation Index
Fetch the complete documentation index at: https://docs.camel-ai.org/llms.txt
Use this file to discover all available pages before exploring further.
Documentation Index
Fetch the complete documentation index at: https://docs.camel-ai.org/llms.txt
Use this file to discover all available pages before exploring further.
class BaseTerminator(ABC):
def __init__(self, *args, **kwargs):
def is_terminated(self, *args, **kwargs):
def reset(self):
class ResponseTerminator(BaseTerminator):
def is_terminated(self, messages: List[BaseMessage]):
def reset(self):