# 2024年9月27日

## GenStudio

### 新功能

* **新增 Caddy 模板**：引入了一个新的 Caddy 模板，以增强部署和配置选项。

### 改进

* **浏览器标签中的对话标题**：手动编辑或自动生成的对话标题现在填充浏览器标签和网页标题，提供更好的上下文。
* **增加超时设置**：将超时限制延长至10秒，以改善在高负载下的系统响应能力。

### 错误修复

* **用户界面增强**：解决了新用户界面中的各种问题，以提升整体体验。

## 控制中心

### 新功能

* **工具分页**：在工具列表中实现了分页，以便在管理多个工具时更容易导航。
* **CSV上传的自动标签创建**：在CSV文件上传时，如果标签不存在，现在会自动创建新标签，从而简化标签过程。
* **AI增强的对话标题**：对话标题现在使用AI生成，以提供更简洁和有意义的摘要。

### 改进

* **独立语言设置**：GenStudio 工具的语言偏好现在可以独立于控制中心进行设置，提供更个性化的体验。
* **优化工具列表加载**：通过将图像从工具列表 API 中分离，减少了负载并改善了加载时间。
* **改进对话标题**：现在使用第一个非空消息生成对话标题，确保其更相关。

### 错误修复

* **修复了 OpenAI 模型的对话标题**：解决了某些 OpenAI 模型未生成对话标题的问题。
* **防止提示中的令牌限制问题**：修复了在填写提示时可能超过令牌限制的错误，防止出现错误。
* **例行删除稳定性**：确保在删除之前正确停止例程，以保持稳定性。
* **修正错误报告**：修复了错误报告到错误仪表板的问题，确保准确的错误跟踪。
* **调整 Claude 3 模型的令牌限制**：设置最大令牌限制，以防在使用 Claude 3 模型时输入错误。


---

# 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-27th-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.
