-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Syntax error in human_in_the_loop.mdx after quatro processing #4360
Comments
🤖 That's great to hear! Creating an issue is a good first step. Once you have the issue created, feel free to work on the PR and contribute your solution. Your contributions are valuable to the project!
|
I think in this one-off case, it would be simpler to just use |
@bracesproul can you have a look? |
Hmm this is weird. How were you able to produce this? The builds are working fine in Vercel & locally (on my mac). Are you running windows? |
Nope Mac too. Happens right after quattro is done and the docs build fails. I try But thankfully it's cached so I just look out for the missing builds, build those then re-run the doc builds. Past few times docs failed because of a syntax error. Fixed the previous one and now it's this |
Just in case you hadn't noticed, that's a |
Maybe try without cache on your end? |
Even with no cache I'm still unable to reproduce this error. There is a script which handles this bad quote ( Also cc @jacoblee93 are you able to reproduce? |
core_docs:build: SyntaxError: langchainjs/docs/core_docs/docs/use_cases/tool_use/human_in_the_loop.mdx: Unexpected character '“'. (1:22) Hi, I also encountered the same issue when I installed quarto and run Could anyone tell me how to fix it? Thanks |
I updated the docs build - can you pull main and try again? Reopen if it reoccurs |
This is a bug in quatro. human_in_the_loop.ipynb is causing an error with the docs build. Somehow the correct syntax in the ipynb file:
is wrongly interpreted as:
The text was updated successfully, but these errors were encountered: