# 人工智能工具

Chamilo 2.0 引入了由人工智能驱动的工具，帮助您更快地创建内容并为学生提供个性化支持。这些功能利用先进的语言模型（如 OpenAI 的 GPT、Google Gemini、Mistral 等）来生成教育内容并协助评估。

> 人工智能工具必须由平台管理员进行配置后才能使用。有关配置的详细信息，请参阅《管理员指南》中的[人工智能配置](/2.x-zh-cn/guan-li-zhi-nan/admin-guide/integrations/ai-configuration.md)部分。

## 可用的人工智能工具

* [**人工智能导师**](/2.x-zh-cn/jiao-shi-zhi-nan/teacher-guide/ai-tools/ai-tutor.md) — 一个人工智能聊天机器人，学生可以与之互动以解决与课程相关的问题
* [**练习生成器**](/2.x-zh-cn/jiao-shi-zhi-nan/teacher-guide/ai-tools/exercise-generator.md) — 根据课程内容或主题描述自动生成测试问题
* [**学习路径生成器**](/2.x-zh-cn/jiao-shi-zhi-nan/teacher-guide/ai-tools/learning-path-generator.md) — 根据主题或一组目标创建结构化的学习序列
* [**人工智能评估**](/2.x-zh-cn/jiao-shi-zhi-nan/teacher-guide/ai-tools/ai-grading.md) — 获取对开放性答案和学生提交内容的人工智能辅助评估
* [**词汇表术语生成器**](https://github.com/chamilo/docs/blob/2.x-zh_CN/teacher-guide/ai-tools/glossary-generator.md) — 自动为课程词汇表生成术语定义
* [**人工智能媒体生成**](https://github.com/chamilo/docs/blob/2.x-zh_CN/teacher-guide/ai-tools/ai-media-generation.md) — 在创建文档时通过富文本编辑器生成图像和短视频

## 人工智能工具的工作原理

当人工智能工具被启用后，它们会在相关场景中出现：

* **练习生成器**会在创建或编辑练习时出现，也可以在“文档”工具中的文档上作为快速操作出现
* **学习路径生成器**会在创建学习路径时出现
* **人工智能评估**选项会在作业批改流程中出现
* **人工智能导师**在课程内对学生可用
* **词汇表术语生成器**会在词汇表工具的工具栏中出现
* **人工智能媒体生成**对话框会在创建或编辑文档时在富文本编辑器中出现

所有由人工智能生成的内容都以**建议**的形式呈现，您可以在发布前进行审查、编辑和修改。您始终对学生看到的内容拥有最终决定权。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.chamilo.org/2.x-zh-cn/jiao-shi-zhi-nan/teacher-guide/ai-tools.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
