None
) model (Union[BaseModelBackend, Tuple[str, str], str, ModelType, Tuple[ModelPlatformType, ModelType], List[BaseModelBackend], List[str], List[ModelType], List[Tuple[str, str]], List[Tuple[ModelPlatformType, ModelType]]], optional): The model backend(s) to use. Can be a single instance, a specification (string, enum, tuple), or a list of instances or specifications to be managed by ModelManager
. If a list of specifications (not BaseModelBackend
instances) is provided, they will be instantiated using ModelFactory
. (default: :obj:ModelPlatformType.DEFAULT
with ModelType.DEFAULT
)None
, no windowing is performed. (default: :obj:6
)2
)Fore.MAGENTA
)BaseMessage
objects.BaseMessage
object representing the input message.BaseMessage
object representing the critic’s response.ChatAgentResponse
object includes the
critic’s choice.
CriticAgent
with the same
configuration as the current instance.
Parameters:
False
)CriticAgent
with the same
configuration.