# 2024年9月20日

## GenStudio

### 新功能

* **LaTeX 方程支持**：您现在可以在内容中包含 LaTeX 方程。

### 改进

* **简化账户管理**：无需重新登录即可访问您的账户设置。
* **改进的代码显示**：代码块现在支持换行，以提高可读性。
* **增强的导入消息**：导入 JSON 工具时的错误消息更清晰。
* **一致的标题长度**：标题现在限制为 60 个字符，以保持统一性。
* **优化的登录体验**：增强的登录和注册页面，以更好地集成工作账户。

### 错误修复

* **解决消息错误**：修复了在 Markdown 中解析 HTML 导致消息错误的问题。
* **稳定性改进**：修复了在助手消息中使用可折叠部分时崩溃的问题。

## 控制中心

### 新功能

* **Perplexity AI 集成**：通过新的 Perplexity AI 集成，访问增强的内容生成能力。
* **扩展的 AI 模型**：新增 OpenAI 模型，提供增强的 AI 能力。

### 改进

* **简化的账户管理**：管理您的账户，无需重新登录，节省您的时间。
* **改进的工具集成**：对话在激活工具时现在使用适当的系统提示，提高准确性。
* **增强的错误信息**：工具验证期间提供更清晰的信息，以便于故障排除。
* **统一的标题显示**：例程和对话现在共享一致的标题截断，以提供统一的体验。
* **优化的登录体验**：增强的登录和注册页面，以更好地集成工作账户。
* **增强的PDF处理**：改进了上传PDF的提取，即使它们包含不支持的图像。
* **高级数据保护**：数据丢失防护现在检查个人姓名和位置，以保护敏感信息。
* **更新的DLP设置**：数据丢失防护现在默认关闭，让您对数据处理有更多控制。

### 错误修复

* **性能改进**：解决了在多次调用时例程可能耗尽资源的问题。


---

# 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.skydeck.ai/zh-cn/releases/sep-20th-2024.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.
