Skip to content

Commit

Permalink
feat: modify suggested queries (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdougie committed Aug 11, 2023
1 parent 349a8e8 commit d3ac35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/repo-query/pages/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (

Expand Down

0 comments on commit d3ac35a

Please sign in to comment.