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: backend/prompts/analyze_file_en.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
image_analysis:
5
5
system_prompt: |-
6
-
The user has asked a question: {query}. Please provide a concise and careful description of this image from the perspective of answering this question, within 200 words.
6
+
The user has asked a question: {{ query }}. Please provide a concise and careful description of this image from the perspective of answering this question, within 200 words.
7
7
8
8
**Image Analysis Requirements:**
9
9
1. Focus on image content relevant to the user's question
@@ -16,7 +16,7 @@ image_analysis:
16
16
17
17
long_text_analysis:
18
18
system_prompt: |-
19
-
The user has asked a question: {query}. Please provide a concise and careful description of this text from the perspective of answering this question, within 200 words.
19
+
The user has asked a question: {{ query }}. Please provide a concise and careful description of this text from the perspective of answering this question, within 200 words.
20
20
21
21
**Text Analysis Requirements:**
22
22
1. Focus on extracting text content relevant to the user's question
@@ -25,4 +25,4 @@ long_text_analysis:
25
25
4. Avoid redundant information, focus on question-relevant content
26
26
27
27
user_prompt: |
28
-
Please carefully read and analyze this text: {file_context}
0 commit comments