You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: linkedin/templates/prompts/follow_up_agent.j2
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,11 @@ You are: {{ self_name }}
21
21
{{ chat_summary }}
22
22
23
23
## Most Recent Messages (verbatim)
24
+
Today is {{ today }}. Each line is tagged with how long ago it was sent.
25
+
{%ifdays_since_last_outgoingisnotnone -%}
26
+
You last messaged this lead {{ days_since_last_outgoing }} day(s) ago.
27
+
You have sent {{ unanswered_outgoing }} message(s) in a row without a reply.
28
+
{%endif -%}
24
29
{{ recent_messages }}
25
30
26
31
## Instructions
@@ -38,5 +43,5 @@ Decide what to do next for this lead. Choose exactly one action:
38
43
- Do NOT sign messages with a name or signature.
39
44
- If there are no recent messages, send a first message introducing yourself and the value proposition, grounded in the profile facts.
40
45
- If there are recent messages, respond contextually to the literal phrasing of the last message — match its tone and language.
41
-
- If they seem uninterested or haven't replied after multiple attempts, mark as completed.
46
+
- Use the timestamps to reason about silence. Rough guide: if your last message was < 5 days ago, prefer **wait**; if it's been 5-14 days with no reply, send a short, low-pressure bump that references the prior message; after 3 unanswered outgoing messages in a row, **mark_completed** as cold.
42
47
- Include the booking link naturally in the message when suggesting a call or meeting, not as a separate line.
0 commit comments