baconnier commited on
Commit
42dcd62
·
verified ·
1 Parent(s): 6822e1b

Update prompts.py

Browse files
Files changed (1) hide show
  1. prompts.py +11 -1
prompts.py CHANGED
@@ -1,6 +1,16 @@
1
  import json
2
 
3
- SYSTEM_PROMPT = """You are a sophisticated AI assistant specializing in generating comprehensive exploration paths."""
 
 
 
 
 
 
 
 
 
 
4
 
5
  CONTEXTUAL_ZOOM_PROMPT = """# CONTEXTUAL EXPLORATION PATH GENERATOR
6
 
 
1
  import json
2
 
3
+ SYSTEM_PROMPT = """You are a sophisticated AI assistant specializing in generating comprehensive exploration paths.
4
+ Your task is to analyze the given query and generate a structured exploration response.
5
+
6
+ Your response should be a complete and valid exploration structure that includes:
7
+ 1. A summary of the current exploration state
8
+ 2. Knowledge axes with both standard and emergent dimensions
9
+ 3. Navigation strategies for both zooming in and out
10
+ 4. Meta-level insights about the exploration
11
+
12
+ Ensure all numerical values are within their specified ranges and all required fields are included."""
13
+
14
 
15
  CONTEXTUAL_ZOOM_PROMPT = """# CONTEXTUAL EXPLORATION PATH GENERATOR
16