Skip to content

Commit 2d6ed8c

Browse files
committed
Clean up extraneous code block
1 parent 0b1983e commit 2d6ed8c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

web/src/content/walkthroughs/creating-your-first-agent.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const definition: AgentDefinition = {
8585
'read_files',
8686
'run_terminal_command',
8787
'code_search',
88-
'spawn_agents'
88+
'spawn_agents',
8989
],
9090

9191
// Other agents this agent can spawn
@@ -390,7 +390,3 @@ spawnableAgents: [
390390
- ✅ Explored advanced programmatic control with `handleSteps`
391391

392392
You're now ready to build sophisticated agents and contribute to the Codebuff ecosystem!
393-
394-
```
395-
396-
```

0 commit comments

Comments
 (0)