Skip to content

Fix typo and grammar in introduction_to_deep_research_api.ipynb #1933

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"\n",
"To get started, let's:\n",
"- Put our role in the system message, outlining what type of report we'd like to generate\n",
"- Set the summary paramter to \"auto\" for now for the best available summary. (If you'd like for your report to more detailed, you can set summary to detailed)\n",
"- Set the summary parameter to \"auto\" for now for the best available summary. (If you'd like for your report to be more detailed, you can set summary to detailed)\n",
"- Include the required tool web_search_preview and optionally add code_interpreter.\n",
"- Set the background parameter to True. Since a Deep Research task can take several minutes to execute, enabling background mode will allow you to run the request asynchronously without having to worry about timeouts or other connectivity issues."
]
Expand Down