Skip to content

Commit 8c5b28c

Browse files
authored
Merge pull request #114305 from jayendranarumugam/patch-4
Removing the comma
2 parents 566f476 + bb65ede commit 8c5b28c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/openai/how-to/function-calling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ functions= [
6464
"description": "A comma separated list of features (i.e. beachfront, free wifi, etc.)"
6565
}
6666
},
67-
"required": ["location"],
68-
},
67+
"required": ["location"]
68+
}
6969
}
7070
]
7171

0 commit comments

Comments
 (0)