logger_utils
autogen.logger.logger_utils.to_dict
to_dict
Convert object to dictionary.
Parameters:Name | Description |
---|---|
obj | Object to convert Type: int | float | str | bool | dict[typing.Any, typing.Any] | list[typing.Any] | tuple[typing.Any, ...] | Any |
exclude | Keys to exclude. Defaults to (). Type: tuple[str, ...] Default: () |
no_recursive | Types to exclude from recursive conversion. Defaults to (). Type: tuple[typing.Any, ...] Default: () |