VectorCast::class, ]; public function decisions(): HasMany { return $this->hasMany(AIDecision::class); } }