Skip to content

Commit

Permalink
Typo fix in 01_tool_use_overview.ipynb
Browse files Browse the repository at this point in the history
Standardize quotation marks in 01_tool_use_overview.ipynb
  • Loading branch information
brchristian committed Jul 13, 2024
1 parent 7341c71 commit 675c521
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ToolUse/01_tool_use_overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,8 @@
"outputs": [],
"source": [
"{\n",
" \"symbol”: “GM”, \n",
" \"price: 43.09\n",
" \"symbol\": \"GM\", \n",
" \"price\": 43.09\n",
"}"
]
},
Expand Down Expand Up @@ -303,8 +303,8 @@
"outputs": [],
"source": [
"{\n",
" \"symbol”: “GM”, \n",
" \"price: 43.09\n",
" \"symbol\": \"GM\", \n",
" \"price\": 43.09\n",
"}"
]
},
Expand Down

0 comments on commit 675c521

Please sign in to comment.