mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-16 14:38:08 +01:00
start prompt comes from back-end
This commit is contained in:
@@ -167,7 +167,7 @@ export default function App() {
|
||||
try {
|
||||
setError(INITIAL_ERROR_STATE);
|
||||
setLoading(true);
|
||||
await apiService.sendMessage("I'd like to travel for an event.");
|
||||
await apiService.startWorkflow();
|
||||
setConversation([]);
|
||||
setLastMessage(null);
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user