Merge pull request #1 from ItaloGustavoS/patch-2

Added the scrapped Profile URL to the result
This commit is contained in:
Ítalo Gustavo
2024-09-11 11:57:59 -03:00
committed by GitHub

View File

@@ -22,7 +22,8 @@ class LinkedInTool(BaseTool):
"-------------",
p['name'],
p['position'],
p['location']
p['location'],
p["profile_link"],
]) for p in people]
result = "\n\n".join(result)