Roblox PathFinding bug

Good afternoon everyone, I recently noticed such a bug in my game, for some reason NPC thinks that it is on the platform, although it does not even can jump due to my agent settings in the script. It thinks that it is on top and it cannot find a way to the player because NPC cannot jump

local pathParams = {

	["AgentHeight"] = 4,
	["AgentRadius"] = 2,
	["AgentCanJump"] = false

}