Skip to content
Snippets Groups Projects
Commit b7e97f70 authored by Sivert2101's avatar Sivert2101
Browse files

make a loop for going through every prompt

parent a2397587
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ import (
"strings"
)
func main_automatic() {
func main() {
//reader := bufio.NewReader(os.Stdin)
var conversationContext []int // Variable to store conversation context
......@@ -37,7 +37,6 @@ func main_automatic() {
for i := range promptList {
fmt.Println(promptList[i])
userPrompt = promptList[i]
}
for {
......@@ -84,3 +83,4 @@ func main_automatic() {
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment