$this->uid, 'chat_id' => $this->chat_id, 'parent_id' => $this->parent_id, 'session_id' => $this->session_id, 'role' => $this->role, 'content' => $this->content, 'model_name' => $this->model_name, 'tool_calls' => $this->tool_calls, 'tool_call_id' => $this->tool_call_id, 'is_active' => $this->is_active, 'created_at' => $this->created_at, 'updated_at' => $this->updated_at, ]; } }