Skip to content

Commit 5b3fea8

Browse files
committed
Fix frontmatter
1 parent 8dfcf47 commit 5b3fea8

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

src/content/docs/sandbox/tutorials/ai-code-executor.mdx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,8 @@
11
---
2-
pcx_content_type: tutorial
32
title: Build an AI code executor
4-
difficulty: Beginner
5-
products:
6-
- Workers
7-
- Sandbox
8-
tags:
9-
- AI
10-
- Python
11-
- Security
3+
pcx_content_type: tutorial
124
sidebar:
135
order: 1
14-
description: Build an AI code execution system that safely runs Python code generated by Claude.
156
---
167

178
import { Render, PackageManagers } from "~/components";

0 commit comments

Comments
 (0)