Skip to content

Commit ba51bda

Browse files
committed
edit query
1 parent 3dd2312 commit ba51bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/agentic-langgraph/app/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</head>
1717
<body>
1818
<h1>LangGraph Agent Output</h1>
19-
<p>Try a query that uses tools, e.g., "What's the weather like in New York?"</p>
19+
<p>Try a query that uses tools, e.g., "Can you search for the weather in New York?"</p>
2020
<input type="text" id="userInput" placeholder="Type your input" style="width: 400px; height: 40px; font-size: 1.2em; padding: 8px;" />
2121
<button id="sendBtn" style="width: 80px; height: 60px; font-size: 1.2em; padding: 8px;">Send</button>
2222
<div id="conversation" style="margin-top: 20px;">

0 commit comments

Comments
 (0)