# 2024年8月23日

## GenStudio

### 错误修复

* **访问更新密码页面**：修复了在禁用密码验证时无法访问更新密码页面的问题。

## 控制中心

### 新功能

* **快照中的媒体显示**：启用在快照中查看媒体文件，以增强内容审查。

### 改进

* **高清图像处理**：通过LLM API处理图像时提高图像细节，以获得更清晰的输出。

### 错误修复

* **针对包含图像的PDF的准确令牌计算**：修正了令牌计算错误，以确保对包含图像的PDF进行精确处理。
* **改善PDF兼容性**：处理PDF中的JB2页面，以增强文档处理的可靠性。
* **增强文档上传可靠性**：删除上传文档中的空字符，以防止处理问题。
* **修正电子邮件链接**：修复了电子邮件URL的问题，以确保从电子邮件通信中正确导航。
* **一般稳定性改进**：解决了各种后台问题，以增强整体系统的可靠性。


---

# 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/aug-23rd-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.
