GoogleToolkitProtocol autogen.tools.experimental.google.toolkit_protocol.GoogleToolkitProtocol # Bases: Protocol A protocol for Google tool maps. recommended_scopes classmethod # recommended_scopes() Defines a required static method without implementation. Source code in autogen/tools/experimental/google/toolkit_protocol.py 16 17 18 19@classmethod def recommended_scopes(cls) -> list[str]: """Defines a required static method without implementation.""" ...