*/ public function toArray(): array { return [ 'run_id' => $this->runId, 'parent_run_id' => $this->parentRunId, 'tool_call_id' => $this->toolCallId, 'name' => $this->name, 'status' => $this->status, 'output' => $this->output, 'error' => $this->error, 'truncated' => $this->truncated, ]; } }