@@ -20,19 +20,27 @@ export default function Chat() {
2020 // Remember AI can make mistakes, please double-check responses.
2121 suggestions = { [
2222 {
23- title : `What is Sourcegraph? ` ,
24- prompt : `What is Sourcegraph? `
23+ title : `Tell me about Sourcegraph. ` ,
24+ prompt : `Tell me about Sourcegraph. `
2525 } ,
2626 {
27- title : `What is Cody?` ,
28- prompt : `What is Cody?`
27+ title : `What are the input/output token limits for Cody?` ,
28+ prompt : `What are the input/output token limits for Cody?`
2929 } ,
3030 {
31- title : `Search query syntax ` ,
32- prompt : `What is the search query syntax ?`
31+ title : `Why doesn't Cody work with VPN? ` ,
32+ prompt : `Why doesn't Cody work with VPN ?`
3333 } ,
3434 {
35- title : `Language specific query examples` ,
35+ title : `How do I add all open files to context in Cody?` ,
36+ prompt : `How do I add all open files to context in Cody?`
37+ } ,
38+ {
39+ title : `What is Sourcegraph search query syntax?` ,
40+ prompt : `What is Sourcegraph search query syntax?`
41+ } ,
42+ {
43+ title : `Give me language specific query examples?` ,
3644 prompt : `Give me language specific query examples?`
3745 }
3846 ] }
0 commit comments