Because you are converting it to HumanMessage in the return statement. If you want it to be AIMessage, just do the following as the return statement.
return {"messages" : result}