From 1a3e80e51a610c8725f6c60fe930c1468be0910e Mon Sep 17 00:00:00 2001 From: Maedah Batool Date: Sun, 20 Jul 2025 22:53:17 -0700 Subject: [PATCH] Updates starter questions --- src/app/chat.tsx | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/src/app/chat.tsx b/src/app/chat.tsx index c6acd52f6..b3d3c4f77 100644 --- a/src/app/chat.tsx +++ b/src/app/chat.tsx @@ -24,16 +24,8 @@ export default function Chat() { prompt: `Tell me about Sourcegraph.` }, { - title: `What are the input/output token limits for Cody?`, - prompt: `What are the input/output token limits for Cody?` - }, - { - title: `Why doesn't Cody work with VPN?`, - prompt: `Why doesn't Cody work with VPN?` - }, - { - title: `How do I add all open files to context in Cody?`, - prompt: `How do I add all open files to context in Cody?` + title: `What is Deep Search?`, + prompt: `What is Deep Search?` }, { title: `What is Sourcegraph search query syntax?`, @@ -42,7 +34,16 @@ export default function Chat() { { title: `Give me language specific query examples?`, prompt: `Give me language specific query examples?` - } + }, + { + title: `How to create a Batch Change?`, + prompt: `How to create a Batch Change?` + }, + { + title: `Create a Code Insight`, + prompt: `How to create a Code Insight?` + }, + ]} />