GEPA.Adapters.MCP.Trajectory (GEPA v0.3.0)

Copy Markdown View Source

Trace emitted by GEPA.Adapters.MCP when capture_traces is true.

Summary

Types

t()

@type t() :: %GEPA.Adapters.MCP.Trajectory{
  answer: term(),
  available_tools: term(),
  feedback: term(),
  reference_answer: term(),
  score: term(),
  selected_tool: term(),
  tool_arguments: term(),
  tool_result: term(),
  user_query: term()
}