AttractorEx.LLM.Response (attractor_phoenix v0.1.0)

Copy Markdown View Source

Unified response struct returned by provider adapters.

Summary

Types

t()

@type t() :: %AttractorEx.LLM.Response{
  finish_reason: String.t(),
  id: String.t() | nil,
  raw: map(),
  reasoning: String.t() | nil,
  text: String.t(),
  tool_calls: list(),
  usage: AttractorEx.LLM.Usage.t()
}