ModelConfig autogen.beta.config.config.ModelConfig # Bases: Protocol copy # copy() Source code in autogen/beta/config/config.py 16def copy(self) -> Self: ... create # create() Source code in autogen/beta/config/config.py 18def create(self) -> LLMClient: ... create_files_client # create_files_client() Source code in autogen/beta/config/config.py 20 21def create_files_client(self) -> "FilesClient": raise NotImplementedError(f"{type(self).__name__} does not support Files API.")