The return value of a tool call, fed back to the model.
@type t() :: %ExAgent.Message.Part.ToolReturn{ content: term(), tool_call_id: String.t(), tool_name: String.t() }