Documentation ¶ Index ¶ type Google func New(ctx context.Context, token string) (*Google, error) func (srv *Google) Invoke(ctx context.Context, config types.Config, messages []types.Message, ...) (*types.Invoke, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Google ¶ type Google struct { // contains filtered or unexported fields } func New ¶ func New(ctx context.Context, token string) (*Google, error) func (*Google) Invoke ¶ func (srv *Google) Invoke(ctx context.Context, config types.Config, messages []types.Message, tools []types.ToolDefinition) (*types.Invoke, error) Source Files ¶ View all Source files google.go Click to show internal directories. Click to hide internal directories.