Gleanex.Client.ServerToolRequest (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a ServerToolRequest

Summary

Types

t()

@type t() :: %Gleanex.Client.ServerToolRequest{
  actionPreview: Gleanex.Client.ActionPreview.t() | nil,
  requestId: String.t() | nil,
  requestType: String.t() | nil,
  serverId: String.t() | nil,
  toolCta: String.t() | nil,
  toolDisplayName: String.t() | nil
}