Improve starter questions
Browse files- src/axiom/app.py +1 -1
src/axiom/app.py
CHANGED
|
@@ -54,7 +54,7 @@ async def set_starters():
|
|
| 54 |
return [
|
| 55 |
cl.Starter(
|
| 56 |
label="LangGraph Chatbot Creation",
|
| 57 |
-
message="Create
|
| 58 |
icon="/public/msg_icons/chatbot.png",
|
| 59 |
),
|
| 60 |
|
|
|
|
| 54 |
return [
|
| 55 |
cl.Starter(
|
| 56 |
label="LangGraph Chatbot Creation",
|
| 57 |
+
message="Create an Agent in LangGraph which can search the web using Tavily.",
|
| 58 |
icon="/public/msg_icons/chatbot.png",
|
| 59 |
),
|
| 60 |
|