Skip to content

Commit 8e068f3

Browse files
authored
Fix typo in agent documentation example (#271)
1 parent 219e788 commit 8e068f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/agents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ agent = Agent(
243243

244244
@agent.system_prompt # (3)!
245245
def add_the_users_name(ctx: RunContext[str]) -> str:
246-
return f"The user's named is {ctx.deps}."
246+
return f"The user's name is {ctx.deps}."
247247

248248

249249
@agent.system_prompt

0 commit comments

Comments
 (0)