Skip to content

Commit e2edf1d

Browse files
fix: correct typos (#105)
1 parent da31fb5 commit e2edf1d

File tree

1 file changed

+1
-1
lines changed
  • apps/agentprotocol.ai/src/app/sdks/python

1 file changed

+1
-1
lines changed

apps/agentprotocol.ai/src/app/sdks/python/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ from agent_protocol import Agent, Step, Task
5656

5757
async def plan(step: Step) -> Step:
5858
task = await Agent.db.get_task(step.task_id)
59-
steps = generete_steps(task.input)
59+
steps = generate_steps(task.input)
6060

6161
last_step = steps[-1]
6262
for step in steps[:-1]:

0 commit comments

Comments
 (0)