Event emitted when a tool call has completed and returned output.
@type t() :: %Codex.Events.ToolCallCompleted{ call_id: String.t(), output: map(), thread_id: String.t(), tool_name: String.t(), turn_id: String.t() }