# 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-hk/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.
