Skip to content

docs: fix duplicate 'on' in web search example prompt - #3045

Open
chenlichao wants to merge 1 commit into
openai:mainfrom
chenlichao:fix/typo-on-on-web-search
Open

docs: fix duplicate 'on' in web search example prompt#3045
chenlichao wants to merge 1 commit into
openai:mainfrom
chenlichao:fix/typo-on-on-web-search

Conversation

@chenlichao

Copy link
Copy Markdown

Summary

  • Fix a duplicated word in the web search example notebook: "Based on on the search results" → "Based on the search results" in the final_prompt string.

Motivation

  • The prompt sent to the model contains a duplicated "on", which is a clear typo in the example code. Fixing it keeps the example clean and correct.

Change

  • examples/third_party/Web_search_with_google_api_bring_your_own_browser_tool.ipynb — one-word removal in the prompt-building code cell.

Verification

  • Notebook JSON parses correctly after the edit
  • git diff --check clean
  • Diff is 1 line / 1 file
  • No duplicate "on on" remains in the file

This change is intentionally tiny and documentation-only (example code string).

@chenlichao
chenlichao requested a review from a team as a code owner September 1, 2026 17:07
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-01T17:12:07.537022Z 3f6acd3 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

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.

1 participant