# 2024年12月6日

## GenStudio

### 新功能

* **创建工具中的变量描述**：变量描述现在在工具和创建工具界面中显示，帮助用户理解每个变量的用途。
* **拖放变量排序**：用户现在可以通过拖放重新排序工具变量并添加描述字段，增强了自定义功能。

### 改进

* **增强消息操作可靠性**：提高了消息操作的可靠性，从而改善了性能并减少了错误。

### 错误修复

* **修复编辑和重新生成问题**：解决了编辑和重新生成消息无法正常工作的一个问题。

## 控制中心

### 新功能

* **对话的精确匹配搜索**：增加了对话中精确匹配搜索的支持，使搜索结果更加准确。
* **集成 Rememberizer 搜索 API**：通过集成 Rememberizer POST 搜索 API 增强了搜索功能。

### 错误修复

* **解决消息流问题**：修复了导致消息卡在流状态的问题。
* **修复消息再生广播**：解决了再生消息未正确广播的问题。
* **从快照恢复注册**：用户现在可以在账户删除后使用快照进行注册。


---

# 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/dec-6th-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.
