docs: fix typos across example notebooks#2669
Open
jluocsa wants to merge 1 commit into
Open
Conversation
Fix small spelling and grammar typos in markdown cells, code comments, and one tool description string across eight example notebooks. Affected files (one word per file): - Named_Entity_Recognition_to_enrich_text.ipynb (OpeanAI) - agents_sdk/app_assistant_voice_agents.ipynb (funtionality) - object_oriented_agentic_approach/Secure_code_interpreter_tool_for_LLM_agents.ipynb (Recieve) - Question_answering_using_embeddings.ipynb (occured) - Leveraging_model_distillation_to_fine-tune_a_model.ipynb (occurences) - evaluation/Evaluate_RAG_with_LlamaIndex.ipynb (seperately) - multimodal/Vision_Fine_tuning_on_GPT4o_for_Visual_Question_Answering.ipynb (seperate, in a Python comment) - chatgpt/gpt_actions_library/gpt_action_googleads_adzviser.ipynb (seperately and a subject-verb agreement fix in a tool description string) No code or output cells changed; all eight notebooks remain valid JSON and pass .github/scripts/check_notebooks.py.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fix small spelling and grammar typos in markdown cells, code comments, and one tool description string across eight example notebooks.
Affected files (one word per file)
examples/Named_Entity_Recognition_to_enrich_text.ipynbOpeanAI→OpenAI(markdown)examples/agents_sdk/app_assistant_voice_agents.ipynbfuntionality→functionality(markdown)examples/object_oriented_agentic_approach/Secure_code_interpreter_tool_for_LLM_agents.ipynbRecieve→Receive(markdown)examples/Question_answering_using_embeddings.ipynboccured→occurred(markdown)examples/Leveraging_model_distillation_to_fine-tune_a_model.ipynboccurences→occurrences(markdown)examples/evaluation/Evaluate_RAG_with_LlamaIndex.ipynbseperately→separately(markdown)examples/multimodal/Vision_Fine_tuning_on_GPT4o_for_Visual_Question_Answering.ipynbseperate→separate(Python comment)examples/chatgpt/gpt_actions_library/gpt_action_googleads_adzviser.ipynbThey needs to be calculated seperately→They need to be calculated separately(tool description string; also fixes subject-verb agreement)Motivation
AGENTS.mdlists "typos, broken links, and inconsistent formatting" as priority-0 review items. These are small but visible issues in published cookbook pages.Checklist
python .github/scripts/check_notebooks.pypasses locally for all changed notebooksregistry.yamlorauthors.yamlchanges needed