Update docs/en/sdks/go-sdk/core/_index.md

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
Anmol Shukla
2026-01-30 10:33:58 +05:30
committed by GitHub
parent 8e4cd418ba
commit 569b98817e

View File

@@ -962,7 +962,7 @@ func main() {
return
}
// If there is a was a function call, continue the conversation
// If there was a function call, continue the conversation
params.Messages = append(params.Messages, completion.Choices[0].Message.ToParam())
for _, toolCall := range toolCalls {
if toolCall.Function.Name == "search-hotels-by-name" {