[docs] fix misspellings & typos (#18276)

This commit is contained in:
rinbaro
2026-02-04 19:35:29 -08:00
committed by GitHub
parent c8212b9fac
commit de6a03260f
18 changed files with 23 additions and 23 deletions

View File

@@ -105,7 +105,7 @@ print(response.output_text)
# Test python tool
response = client.responses.create(
model="openai/gpt-oss-120b",
instructions="You are a helfpul assistant, you could use python tool to execute code.",
instructions="You are a helpful assistant, you could use python tool to execute code.",
input="Use python tool to calculate the sum of 29138749187 and 29138749187", # 58,277,498,374
tools=tools
)
@@ -115,7 +115,7 @@ print(response.output_text)
# Test browser tool
response = client.responses.create(
model="openai/gpt-oss-120b",
instructions="You are a helfpul assistant, you could use browser to search the web",
instructions="You are a helpful assistant, you could use browser to search the web",
input="Search the web for the latest news about Nvidia stock price",
tools=tools
)