Aasher commited on
Commit
07d943d
·
1 Parent(s): b599a6a

Improve starter questions

Browse files
Files changed (1) hide show
  1. 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 a chatbot in LangGraph. Give it web access using tavily tool.",
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