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: src/lib/agent/nodes/n1-browse-core.ts
+62-28Lines changed: 62 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,8 @@ const SYSTEM_PROMPT = [
20
20
"",
21
21
"IMPORTANT: Do NOT give up after a single 'wait' action. If you don't see ticket prices yet, scroll down, click on ticket sections, or interact with the page to reveal them.",
22
22
"",
23
+
"CRITICAL: Do NOT navigate away from the current page to a different event or URL. Stay on this page and extract ticket information from it. If a navigation fails, do NOT retry — just continue gathering data from the current page.",
24
+
"",
23
25
"When you provide your final findings, include event metadata: event name, event date, venue, and city.",
24
26
"For each ticket option, include ticket type, section, row, seats, quantity, price, currency, platform, URL, and notes.",
25
27
"If any field is unavailable, explicitly write Unknown.",
@@ -149,14 +151,32 @@ export async function runN1BrowseLoop(
0 commit comments