Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo fix in 01_tool_use_overview.ipynb #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

brchristian
Copy link

Running the current notebook will produce the following output:

Cell In[5],   [line 2]
    "symbol”: “GM”,
    ^
SyntaxError: unterminated string literal (detected at line 2)

Changing the quotation marks to \" results in the expected cell output:

{'symbol': 'GM', 'price': 43.09}

alexalbertt
alexalbertt previously approved these changes Sep 17, 2024
Standardize quotation marks in 01_tool_use_overview.ipynb
@brchristian
Copy link
Author

Hey @alexalbertt I saw that there was a merge conflict since the review on 9/17, so I’ve rebased to the current master. Hope that helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants