# 2025年6月13日

## GenStudio

### 新功能

* **LLM模型标签实现**：引入了为LLM模型打标签的功能，以便更好地组织和选择。

### 改进

* **安全增强**：定期进行安全维护和更新，以提高系统安全性。
* **增强的功能执行块**：在流式传输AI响应时改善行为，以提供更顺畅的用户体验。

### 错误修复

* **Safari中的扬声器图标显示**：解决了扬声器图标在Safari浏览器中未显示的问题。
* **无限API调用**：修复了应用程序重复调用消息列表API端点的问题。

## 控制中心

### 新功能

* **新增 Grok 3 模型**：引入了 Grok 3 模型种子，以增强 AI 能力。

### 改进

* **优化数据库性能**：通过优化对话数据的存储和检索方式，提高了系统性能。
* **增强系统提示**：精炼系统提示，以提供更好的AI响应。
* **改进消息修剪**：通过包含更好的上下文处理工具，增强了消息修剪功能。

### 错误修复

* **简化助手回复**：解决了助手回复过于复杂的问题。
* **助手消息编辑修复**：修复了阻止编辑助手消息的问题。


---

# 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/jun-13th-2025.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.
