Gleanex.Client.AgentRunWaitResponse (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a AgentRunWaitResponse

Summary

Types

t()

@type t() :: %Gleanex.Client.AgentRunWaitResponse{
  messages: [Gleanex.Client.Message.t()] | nil,
  run: Gleanex.Client.AgentRun.t() | nil
}