# 2025年5月2日

## GenStudio

### 改进

* **增强的Markdown支持**：在Markdown视图中添加了对引用块的支持，并改善了其外观以提高可读性。
* **术语更新**：将“MCP Tools”重命名为“MCP Servers”，将“Functions”重命名为“Tools”，以与既定术语保持一致。
* **设置同步**：用户行为设置现在可以在多个设备之间自动同步。
* **个性化评论**：对话中的评论现在可以按用户进行配置。

### 错误修复

* **重复警告移除**：移除了关于助手应用的重复警告信息。

## 控制中心

### 新功能

* **使用模型生成图像**：用户现在可以直接从应用程序使用模型生成图像。
* **行为设置的利用**：用户现在可以利用行为设置来定制他们的体验。

### 改进

* **增强的错误报告**：改善了函数调用错误报告的用户界面和体验。

### 错误修复

* **修复函数继续逻辑**：解决了当输出超过令牌限制时函数调用生成的问题。
* **恢复默认行为设置**：修复了缺失的默认行为设置，以确保用户体验的一致性。
* **修正输出格式**：修复了在函数或工具输出后缺少结束标签的问题。


---

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