Move RichAI by moving target?

Hello everybody reading and using A* Pathfinding project!
In my project i have a character with a RichAI component and to move him around i am just moving his RichAI.Target transform to where the user clicks. Is there anything wrong with this approach?

Not really.

You might have a slight delay until the character realises that the target has moved, but otherwise it’s no problem at all.