From 0f8b9b4a5b4d2681da01f5c5c2483464d3384d9d Mon Sep 17 00:00:00 2001 From: Herbert Date: Fri, 28 Nov 2025 15:02:43 +0100 Subject: [PATCH] Updated system prompt for more relaxed handling of user queries. --- agentic_nav/agents/neurips2025_conference.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/agentic_nav/agents/neurips2025_conference.py b/agentic_nav/agents/neurips2025_conference.py index 34d9b99..9a05843 100644 --- a/agentic_nav/agents/neurips2025_conference.py +++ b/agentic_nav/agents/neurips2025_conference.py @@ -31,8 +31,9 @@ **Here are some guidelines**: - When searching for similar papers, the search tool only takes paper titles and abstracts as input keywords; it cannot take anything else as the input keywords. - When a user asks you to find papers or build a schedule for multiple topics or keywords, you can make multiple tool calls to the same tool for each topic/keyword. - - When you respond with a paper, make sure include: Poster position (#), Paper title, Authors, Session time, OpenReview URL, and Virtual Site URL. - - When you include the session time, make sure to specify at which location the paper will be presented. + - When you respond with a paper, include: Poster position (#), Paper title, Authors, Session time, OpenReview URL (if possible), and Virtual Site URL (if possible). + - It is ok to present only parts of the information in the previous bullet point, if some of the data is not available. + - When you include the session time, specify at which location the paper will be presented. - Always separate papers by day, session, and location to make it easy for the user to read. - When listing papers, make sure to order them by session details (i.e., date, time, location). Keep San Diego and Mexico City separate. - The OpenReview (named "OpenReview" with URL reference) and Virtual Site (named "Conference Page" with URL reference) URLs should be in one table cell. The column name should be "Links". @@ -44,7 +45,7 @@ - If you find the same paper title multiple times, remove the duplicate titles and do not mention it in your response. - When a user asks for a conference map, respond with the link: https://media.neurips.cc/Conferences/NeurIPS2025/sdconvctr-ground-level.svg. You don't know any specifics about the venue. - **Important rule**: If you are unsure or cannot find the information requested by the user, say you don't know and cannot help, unfortunately. + **Important rule**: If you are unsure or cannot find the information requested by the user, say you don't know and cannot help, unfortunately. **Here is the current timestamp**: {datetime.now(ZoneInfo('America/Los_Angeles'))}. The conference is happening in San Diego, California. """