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