mirror of
https://github.com/trycua/computer.git
synced 2026-01-06 13:30:06 -06:00
Added minimal playground
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>CUA Agent Client Browser Example</title>
|
||||
<title>CUA Agent Playground Example</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>CUA Agent Client Browser Example</h1>
|
||||
<h1>CUA Agent Playground Example</h1>
|
||||
|
||||
<div>
|
||||
<h2>Configuration</h2>
|
||||
@@ -23,7 +23,7 @@
|
||||
<input type="text" id="message" placeholder="Enter your message here..." style="width: 400px;"><br><br>
|
||||
|
||||
<button onclick="sendMessage()">Send Message</button>
|
||||
<button onclick="checkHealth()">Check Health</button>
|
||||
<!-- <button onclick="checkHealth()">Check Health</button> -->
|
||||
<button onclick="clearOutput()">Clear Output</button><br><br>
|
||||
|
||||
<label for="output">Output:</label><br>
|
||||
|
||||
Reference in New Issue
Block a user