Skip to content

Commit

Permalink
fix: index typo
Browse files Browse the repository at this point in the history
Signed-off-by: mikeee <[email protected]>
  • Loading branch information
mikeee committed Nov 5, 2024
1 parent bd59a6f commit fa8a5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/conversation/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ func main() {
log.Fatalf("err: %v", err)
}

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

0 comments on commit fa8a5d3

Please sign in to comment.