BaseConfig
fields_type_checking
FunctionTool. If any tool is not an instance of
FunctionTool, it raises a ValueError.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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):