BaseConfig
fields_type_checking
FunctionTool
. If any tool is not an instance of
FunctionTool
, it raises a ValueError.
class BaseConfig(ABC, BaseModel):
def fields_type_checking(cls, tools):
FunctionTool
. If any tool is not an instance of
FunctionTool
, it raises a ValueError.
def as_dict(self):