Skip to content

Commit

Permalink
fix another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
the-gigi committed Aug 8, 2024
1 parent 4a550ef commit a1e682c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/posts/2024/08/open-ai-tool-calling.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Here is an example of tool definition in Python that corresponds to our `get_fli
"function": {
"name": "get_flightinfo",
"description": """Get the airline, flight number, departure and arrival times
private and connections",
price and connections",
"parameters": {
"type": "object",
"properties": {
Expand Down

0 comments on commit a1e682c

Please sign in to comment.