diff --git a/backend/LLMGraphTransformer.py b/backend/LLMGraphTransformer.py index 1f0e3ff..eddf9b4 100644 --- a/backend/LLMGraphTransformer.py +++ b/backend/LLMGraphTransformer.py @@ -72,6 +72,8 @@ system_prompt = ( "## 1. Overview\n" "You are a top-tier algorithm designed for extracting information in structured " "formats to build a knowledge graph.\n" + "You are given a text containing a user's browsing history with a unique session ID, including the following details for each webpage in this session: " + "Webpage URL visited, its referring URL, duration of time in milliseconds spent on this Webpage URL, date and time of the visit on this Webpage URL , title of the webpage, and webpage content in Markdown format" "Try to capture as much information from the text as possible without " "sacrificing accuracy. Do not add any information that is not explicitly " "mentioned in the text.\n" diff --git a/extension/src/popup.tsx b/extension/src/popup.tsx index 923555c..8d1d791 100644 --- a/extension/src/popup.tsx +++ b/extension/src/popup.tsx @@ -356,7 +356,7 @@ export const Popup = () => { - +