Provides struct and type for a UnauthorizedAgentToolsProblem
Summary
Types
@type t() :: %Gleanex.Platform.UnauthorizedAgentToolsProblem{ authentication_suggestions: [Gleanex.Platform.AuthenticationSuggestion.t()] | nil, code: String.t() | nil, detail: String.t() | nil, documentation_url: String.t() | nil, errors: [Gleanex.Platform.ProblemDetailError.t()] | nil, request_id: String.t() | nil, status: integer() | nil, title: String.t() | nil, type: String.t() | nil }