# 2024年11月22日

## GenStudio

### 改进

* **用户界面增强**：移除了不必要的重新获取指示器，以实现更清晰的界面。

### 新功能

* **快照交互跟踪**：实施了快照交互跟踪，以增强用户体验。

### 错误修复

* **解决重复快照**：修复了由于项目 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-cn/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.
