We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbf83a6 commit b17815cCopy full SHA for b17815c
1 file changed
examples/chat-completion-tool-calling/main.go
@@ -55,7 +55,7 @@ func main() {
55
return
56
}
57
58
- // If there is a was a function call, continue the conversation
+ // If there was a function call, continue the conversation
59
params.Messages = append(params.Messages, completion.Choices[0].Message.ToParam())
60
for _, toolCall := range toolCalls {
61
if toolCall.Function.Name == "get_weather" {
0 commit comments