# 2024年11月22日

## GenStudio

### 改進

* **UI 增強**：移除了不必要的重新獲取指示器，以獲得更清晰的介面。

### 新功能

* **快照互動追蹤**：實施快照互動的追蹤以增強用戶體驗。

### 錯誤修正

* **解決重複快照**：修正了因項目 ID 錯誤而出現重複快照的問題。
* **改善錯誤訊息**：在抓取後提供了對使用者友好的代幣限制錯誤訊息。

## 控制中心

### 改進

* **增強的 LLM 回應**：當額外知識不相關時，改善回應，提供更準確的信息。
* **精煉的功能提示**：提示現在包括功能調用歷史，增強上下文以改善互動。

### 新功能

* **Gemini 整合**：新增與 Gemini 的整合，包括實驗 1114。
* **自動加入控制**：組織擁有者現在可以啟用或禁用自動加入功能。

### 錯誤修正

* **死鎖問題已解決**：修復了在更新對話大小時發生的死鎖。
* **改善錯誤訊息**：提供了用戶友好的訊息以應對抓取後的令牌限制錯誤。


---

# 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/nov-22nd-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.
