Skip to content

Commit fa8a5d3

Browse files
committed
fix: index typo
Signed-off-by: mikeee <[email protected]>
1 parent bd59a6f commit fa8a5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/conversation/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ func main() {
4040
log.Fatalf("err: %v", err)
4141
}
4242

43-
fmt.Printf("conversation output: %s", resp.Outputs[1].Result)
43+
fmt.Printf("conversation output: %s", resp.Outputs[0].Result)
4444
}

0 commit comments

Comments
 (0)