Have angle, need direction

I am making simple AI for a vehicle to turn toward another vehicle to give chase. I used the example under Unity - Scripting API: Vector3.Angle to get the angle. What I don’t understand is how I can get the direction of that angle. If the chase vehicle is facing forward the angle gives me how far to turn, but does not give the direction of the turn (left or right).

Question was asked better here:

and has a great answer.