The result of executing a tool.
@type t() :: %SkillKit.Types.ToolResult{ agent: String.t() | nil, content: String.t(), is_error: boolean(), name: String.t() | nil, tool_call_id: String.t() }