We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfabf9d commit bf8afc3Copy full SHA for bf8afc3
examples/chat-completion-tool-calling/main.go
@@ -58,7 +58,7 @@ func main() {
58
return
59
}
60
61
- // If there is a was a function call, continue the conversation
+ // If there is a function call, continue the conversation
62
params.Messages.Value = append(params.Messages.Value, completion.Choices[0].Message)
63
for _, toolCall := range toolCalls {
64
if toolCall.Function.Name == "get_weather" {
0 commit comments