From d3ac35a3bc7183c26a4bdf5687734e248a942b36 Mon Sep 17 00:00:00 2001 From: Brian Douglas Date: Fri, 11 Aug 2023 11:22:09 -0700 Subject: [PATCH] feat: modify suggested queries (#251) --- src/repo-query/pages/chat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/repo-query/pages/chat.tsx b/src/repo-query/pages/chat.tsx index 0c5feb06..2b40cd5c 100644 --- a/src/repo-query/pages/chat.tsx +++ b/src/repo-query/pages/chat.tsx @@ -120,7 +120,7 @@ export const Chat = ({ ownerName, repoName }: { ownerName: string, repoName: str ]); }, []); - const suggestedQuestions = ["What's the tech stack for this project?", "How do I set this up?", "List some functions with side effects."]; + const suggestedQuestions = ["What's the tech stack for this project?", "How do I run this locally?", "List some functions with side effects."]; return (