We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd2312 commit ba51bdaCopy full SHA for ba51bda
samples/agentic-langgraph/app/public/index.html
@@ -16,7 +16,7 @@
16
</head>
17
<body>
18
<h1>LangGraph Agent Output</h1>
19
- <p>Try a query that uses tools, e.g., "What's the weather like in New York?"</p>
+ <p>Try a query that uses tools, e.g., "Can you search for the weather in New York?"</p>
20
<input type="text" id="userInput" placeholder="Type your input" style="width: 400px; height: 40px; font-size: 1.2em; padding: 8px;" />
21
<button id="sendBtn" style="width: 80px; height: 60px; font-size: 1.2em; padding: 8px;">Send</button>
22
<div id="conversation" style="margin-top: 20px;">
0 commit comments