Skip to content

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
@classmethod
def recommended_scopes(cls) -> list[str]:
    """Defines a required static method without implementation."""
    ...