Skip to content

Commit bf8afc3

Browse files
alexagriffithstainless-app[bot]
authored andcommitted
docs(examples): fix typo (#207)
1 parent bfabf9d commit bf8afc3

File tree

1 file changed

+1
-1
lines changed
  • examples/chat-completion-tool-calling

1 file changed

+1
-1
lines changed

examples/chat-completion-tool-calling/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ func main() {
5858
return
5959
}
6060

61-
// If there is a was a function call, continue the conversation
61+
// If there is a function call, continue the conversation
6262
params.Messages.Value = append(params.Messages.Value, completion.Choices[0].Message)
6363
for _, toolCall := range toolCalls {
6464
if toolCall.Function.Name == "get_weather" {

0 commit comments

Comments
 (0)