mirror of
https://github.com/crewAIInc/crewAI-examples.git
synced 2026-01-10 06:17:58 -05:00
Merge pull request #1 from ItaloGustavoS/patch-2
Added the scrapped Profile URL to the result
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user