From 6db65ef2b392b518be8c838da2427997f77c3487 Mon Sep 17 00:00:00 2001 From: Steve Androulakis Date: Thu, 2 Jan 2025 18:06:16 -0800 Subject: [PATCH] README update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f926ba..e7d13e9 100644 --- a/README.md +++ b/README.md @@ -44,8 +44,9 @@ TODO: Document /frontend react app running instructions. ## TODO - The LLM prompts move through 3 mock tools (FindEvents, SearchFlights, CreateInvoice) but I should make them contact real APIs. +- I should prove this out with other tool definitions (take advantage of my nice DSL). - Might need to abstract the json example in the prompt generator to be part of a ToolDefinition (prevent overfitting to the example). - Currently hardcoded to the Temporal dev server at localhost:7233. Need to support options incl Temporal Cloud. -- UI: A bit ugly +- UI: Make prettier - UI: Tool Confirmed state could be better represented - UI: 'Start new chat' button needs to handle better \ No newline at end of file