docs: fix wording in handoff example prompts (#4520)

This commit is contained in:
Chair403
2026-08-19 21:53:11 +08:00
committed by GitHub
parent 727e729f21
commit aee76c8e97
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -93,7 +93,7 @@ async def main():
input=result.to_input_list()
+ [
{
"content": "I live in New York City. Whats the population of the city?",
"content": "I live in New York City. What's the population of the city?",
"role": "user",
}
],
@@ -152,7 +152,7 @@ async def main():
"type": "message"
}
{
"content": "I live in New York City. Whats the population of the city?",
"content": "I live in New York City. What's the population of the city?",
"role": "user"
}
{
@@ -93,7 +93,7 @@ async def main():
input=result.to_input_list()
+ [
{
"content": "I live in New York City. Whats the population of the city?",
"content": "I live in New York City. What's the population of the city?",
"role": "user",
}
],
@@ -152,7 +152,7 @@ async def main():
"type": "message"
}
{
"content": "I live in New York City. Whats the population of the city?",
"content": "I live in New York City. What's the population of the city?",
"role": "user"
}
{