# 2025年5月2日

## GenStudio

### 改進

* **增強的 Markdown 支援**：在 Markdown 檢視中新增了對區塊引用的支援，並改善了其外觀以提高可讀性。
* **術語更新**：將 "MCP Tools" 更名為 "MCP Servers"，將 "Functions" 更名為 "Tools"，以符合既定術語。
* **設定同步**：用戶行為設定現在會在多個設備之間自動同步。
* **個性化評論**：對話中的評論現在可以按用戶進行配置。

### 錯誤修正

* **重複警告移除**：移除了有關 Helper 應用程式的重複警告訊息。

## 控制中心

### 新功能

* **使用模型生成圖像**：用戶現在可以直接從應用程序中使用模型生成圖像。
* **行為設置的利用**：用戶現在可以利用行為設置來自定義他們的體驗。

### 改進

* **增強的錯誤報告**：改善了函數調用錯誤報告的用戶界面和體驗。

### 錯誤修正

* **修正函數延續邏輯**：解決了當輸出超過令牌限制時函數調用生成的問題。
* **恢復預設行為設定**：修正了缺失的預設行為設定，以確保一致的用戶體驗。
* **修正輸出格式**：修正了在函數或工具輸出後缺少結束標籤的問題。


---

# 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/may-2nd-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.
