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/danswer/chat/personas.yaml
+24-40Lines changed: 24 additions & 40 deletions
Original file line number
Diff line number
Diff line change
@@ -42,18 +42,14 @@ personas:
42
42
display_priority: 1
43
43
is_visible: true
44
44
starter_messages:
45
-
- name: "General Information"
46
-
description: "Ask about available information"
47
-
message: "Hello! I'm interested in learning more about the information available here. Could you give me an overview of the types of data or documents that might be accessible?"
48
-
- name: "Specific Topic Search"
49
-
description: "Search for specific information"
50
-
message: "Hi! I'd like to learn more about a specific topic. Could you help me find relevant documents and information?"
51
-
- name: "Recent Updates"
52
-
description: "Inquire about latest additions"
53
-
message: "Hello! I'm curious about any recent updates or additions to the knowledge base. Can you tell me what new information has been added lately?"
54
-
- name: "Cross-referencing Information"
55
-
description: "Connect information from different sources"
56
-
message: "Hi! I'm working on a project that requires connecting information from multiple sources. How can I effectively cross-reference data across different documents or categories?"
45
+
- name: "Give me an overview of what's here"
46
+
message: "Sample some documents and tell me what you find."
47
+
- name: "Use AI to solve a work related problem"
48
+
message: "Ask me what problem I would like to solve, then search the knowledge base to help me find a solution."
49
+
- name: "Find updates on a topic of interest"
50
+
message: "Once I provide a topic, retrieve related documents and tell me when there was last activity on the topic if available."
51
+
- name: "Surface contradictions"
52
+
message: "Have me choose a subject. Once I have provided it, check against the knowledge base and point out any inconsistencies. For all your following responses, focus on identifying contradictions."
57
53
58
54
- id: 1
59
55
name: "General"
@@ -71,18 +67,14 @@ personas:
71
67
display_priority: 0
72
68
is_visible: true
73
69
starter_messages:
74
-
- name: "Open Discussion"
75
-
description: "Start an open-ended conversation"
76
-
message: "Hi! Can you help me write a professional email?"
77
-
- name: "Problem Solving"
78
-
description: "Get help with a challenge"
79
-
message: "Hello! I need help managing my daily tasks better. Do you have any simple tips?"
80
-
- name: "Learn Something New"
81
-
description: "Explore a new topic"
82
-
message: "Hi! Could you explain what project management is in simple terms?"
83
-
- name: "Creative Brainstorming"
84
-
description: "Generate creative ideas"
85
-
message: "Hello! I need to brainstorm some team building activities. Do you have any fun suggestions?"
70
+
- name: "Summarize a document"
71
+
message: "If I have provided a document please summarize it for me. If not, please ask me to upload a document either by dragging it into the input bar or clicking the +file icon."
72
+
- name: "Help me with coding"
73
+
message: 'Write me a "Hello World" script in 5 random languages to show off the functionality.'
74
+
- name: "Draft a professional email"
75
+
message: "Help me craft a professional email. Let's establish the context and the anticipated outcomes of the email before proposing a draft."
76
+
- name: "Learn something new"
77
+
message: "What is the difference between a Gantt chart, a Burndown chart and a Kanban board?"
86
78
87
79
- id: 2
88
80
name: "Paraphrase"
@@ -101,16 +93,12 @@ personas:
101
93
is_visible: false
102
94
starter_messages:
103
95
- name: "Document Search"
104
-
description: "Find exact information"
105
96
message: "Hi! Could you help me find information about our team structure and reporting lines from our internal documents?"
106
97
- name: "Process Verification"
107
-
description: "Find exact quotes"
108
98
message: "Hello! I need to understand our project approval process. Could you find the exact steps from our documentation?"
109
99
- name: "Technical Documentation"
110
-
description: "Search technical details"
111
100
message: "Hi there! I'm looking for information about our deployment procedures. Can you find the specific steps from our technical guides?"
112
101
- name: "Policy Reference"
113
-
description: "Check official policies"
114
102
message: "Hello! Could you help me find our official guidelines about client communication? I need the exact wording from our documentation."
115
103
116
104
- id: 3
@@ -130,15 +118,11 @@ personas:
130
118
display_priority: 3
131
119
is_visible: true
132
120
starter_messages:
133
-
- name: "Landscape"
134
-
description: "Generate a landscape image"
135
-
message: "Create an image of a serene mountain lake at sunset, with snow-capped peaks reflected in the calm water and a small wooden cabin on the shore."
136
-
- name: "Character"
137
-
description: "Generate a character image"
138
-
message: "Generate an image of a futuristic robot with glowing blue eyes, sleek metallic body, and intricate circuitry visible through transparent panels on its chest and arms."
139
-
- name: "Abstract"
140
-
description: "Create an abstract image"
141
-
message: "Create an abstract image representing the concept of time, using swirling clock hands, fragmented hourglasses, and streaks of light to convey the passage of moments and eras."
142
-
- name: "Urban Scene"
143
-
description: "Generate an urban landscape"
144
-
message: "Generate an image of a bustling futuristic cityscape at night, with towering skyscrapers, flying vehicles, holographic advertisements, and a mix of neon and bioluminescent lighting."
121
+
- name: "Create visuals for a presentation"
122
+
message: "Generate someone presenting a graph which clearly demonstrates an upwards trajectory."
123
+
- name: "Find inspiration for a marketing campaign"
124
+
message: "Generate an image of two happy individuals sipping on a soda drink in a glass bottle."
125
+
- name: "Visualize a product design"
126
+
message: "I want to add a search bar to my Iphone app. Generate me generic examples of how other apps implement this."
127
+
- name: "Generate a humorous image response"
128
+
message: "My teammate just made a silly mistake and I want to respond with a facepalm. Can you generate me one?"
0 commit comments