We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd59a6f commit fa8a5d3Copy full SHA for fa8a5d3
examples/conversation/main.go
@@ -40,5 +40,5 @@ func main() {
40
log.Fatalf("err: %v", err)
41
}
42
43
- fmt.Printf("conversation output: %s", resp.Outputs[1].Result)
+ fmt.Printf("conversation output: %s", resp.Outputs[0].Result)
44
0 commit comments