'array']; public function chat(): BelongsTo { return $this->belongsTo(AiChat::class, 'ai_chat_id'); } }