ExAgent.Message.Part.Retry (ExAgent v0.1.0)

Copy Markdown View Source

A retry prompt: validation errors (list of maps) or a plain message, sent back to the model so it can correct itself.

Summary

Types

t()

@type t() :: %ExAgent.Message.Part.Retry{
  content: [map()] | String.t(),
  tool_call_id: String.t() | nil,
  tool_name: String.t() | nil
}