Provides struct and type for a ServerToolResponse
Summary
Types
@type t() :: %Gleanex.Client.ServerToolResponse{ authContext: Gleanex.Client.AuthContext.t() | nil, grantScope: String.t() | nil, isGranted: boolean() | nil, requestId: String.t() | nil, requestType: String.t() | nil }