-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #76 from garylin2099/code_interpreter
add ci intro
- Loading branch information
Showing
3 changed files
with
30 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 14 additions & 17 deletions
31
src/en/guide/use_cases/agent/code_interpreter/ci_intro.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,18 @@ | ||
# Title | ||
# Code Interpreter (CI) | ||
|
||
## Overview | ||
## What are CodeInterpreter | ||
|
||
## Example 1: ... | ||
CodeInterpreter is an agent who solves problems through codes. It understands user requirements, makes plans, writes codes for execution, and uses tools if necessary. These capabilities enable it to tackle a wide range of scenarios, please check out the examples below. | ||
|
||
### Task | ||
## Example List | ||
|
||
### Code | ||
|
||
### Output | ||
|
||
## Example 2: ... | ||
|
||
### Task | ||
|
||
### Code | ||
|
||
### Output | ||
|
||
## Mechanism Explained | ||
- [Data visualization](./data_visualization.md) | ||
- [Machine learning modeling](./machine_learning.md) | ||
- [Image background removal](./image_removebg.md) | ||
- [Solve math problems](./solve_mathematical_problems.md) | ||
- [Receipt OCR](./ocr_receipt.md) | ||
- [Tool usage: web page imitation](./imitate_webpage.md) | ||
- [Tool usage: web crawling](./crawl_webpage.md) | ||
- [Tool usage: text2image](./text2image.md) | ||
- [Tool usage: email summarization and response](./email_summary.md) | ||
- More on the way! |
31 changes: 14 additions & 17 deletions
31
src/zh/guide/use_cases/agent/code_interpreter/ci_intro.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,18 @@ | ||
# 标题 | ||
# 代码解释器(CodeInterpreter, CI) | ||
|
||
## 概览 | ||
## 什么是代码解释器 | ||
|
||
## 示例1:简短的标题 | ||
代码解释器是一个通过编写代码来解决问题的智能体。它能理解用户需求,制定计划,编写执行代码,并在必要时使用工具。这些能力使它能够处理广泛的场景,请查看下面的示例列表。 | ||
|
||
### 任务 | ||
## 示例列表 | ||
|
||
### 代码 | ||
|
||
### 运行结果 | ||
|
||
## 示例2:简短的标题 | ||
|
||
### 任务 | ||
|
||
### 代码 | ||
|
||
### 运行结果 | ||
|
||
## 机制解释 | ||
- [数据可视化](./data_visualization.md) | ||
- [机器学习建模](./machine_learning.md) | ||
- [图像背景移除](./image_removebg.md) | ||
- [解决数学问题](./solve_mathematical_problems.md) | ||
- [票据OCR](./ocr_receipt.md) | ||
- [工具使用:网页仿写](./imitate_webpage.md) | ||
- [工具使用:网页爬取](./crawl_webpage.md) | ||
- [工具使用:文转图](./text2image.md) | ||
- [工具使用:邮件总结与回复](./email_summary.md) | ||
- 更多示例补充中 |