Gleanex.Platform.AgentRunWaitResponse (Gleanex v0.1.0)

Copy Markdown View Source

Provides struct and type for a AgentRunWaitResponse

Summary

Types

t()

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