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
"message": "Slack, a business communication service, was named after an acronym. Can you guess what it stands for?",
27
-
},
28
-
{
29
-
"title": "Write a draft announcement",
30
-
"message": "Can you write a draft announcement about a new feature my team just released? It must include how impactful it is.",
31
-
},
32
-
{
33
-
"title": "Suggest names for my Slack app",
34
-
"message": "Can you suggest a few names for my Slack app? The app helps my teammates better organize information and plan priorities and action items.",
35
-
},
36
-
]
37
-
38
-
set_suggested_prompts(prompts=prompts)
20
+
say("What would you like to do today?")
21
+
set_suggested_prompts(
22
+
prompts=[
23
+
{
24
+
"title": "Prompt a task with thinking steps",
25
+
"message": "Wonder a few deep thoughts.",
26
+
},
27
+
{
28
+
"title": "Generate a release announcement",
29
+
"message": "Please write detailed changelog notes for a feature that almost seems to be magic.",
30
+
},
31
+
]
32
+
)
39
33
exceptExceptionase:
40
34
logger.exception(f"Failed to handle an assistant_thread_started event: {e}", e)
0 commit comments