Skip to content

Commit

Permalink
fix: correct typos (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
Undertone0809 authored Feb 26, 2024
1 parent da31fb5 commit e2edf1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/agentprotocol.ai/src/app/sdks/python/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ from agent_protocol import Agent, Step, Task

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

last_step = steps[-1]
for step in steps[:-1]:
Expand Down

0 comments on commit e2edf1d

Please sign in to comment.