Skip to content

Commit 09e1c59

Browse files
authored
doc: fix typo of file src/content/docs/(documentation)/code-interpreting/analyze-data-with-ai/index.mdx (#16)
2 parents e0e1270 + ae90660 commit 09e1c59

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/(documentation)/code-interpreting/analyze-data-with-ai

1 file changed

+1
-1
lines changed

src/content/docs/(documentation)/code-interpreting/analyze-data-with-ai/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: This guide will show you how to analyze data with AI using E2B Sand
66
You can use E2B Sandbox to run AI-generated code to analyze data. Here's how the AI data analysis workflow usually looks like:
77
1. Your user has a dataset in CSV format or other formats.
88
2. You prompt the LLM to generate code (usually Python) based on the user's data.
9-
3. The sandbox runs the AU-generated code and returns the results.
9+
3. The sandbox runs the AI-generated code and returns the results.
1010
4. You display the results to the user.
1111

1212
---

0 commit comments

Comments
 (0)