# 2025年6月20日

## GenStudio

### 新機能

* **プロンプトキャッシングボタン**: よく使用されるプロンプトへの迅速なアクセスを可能にするプロンプトキャッシングボタンを追加しました。

### 改善

* **ツール名の検証の改善**: ツール名にはスペースを含めることができなくなり、名前の競合を防ぎます。

## コントロールセンター

### 改善点

* **コスト計算の改善**: メッセージ、ツール呼び出し、キャッシュ作成、キャッシュ読み取りの正確なコスト計算を保証し、ElevenLabsおよびスマートツールのサポートを含む。
* **Anthropicツール名管理**: Anthropicモデルの重複したツール名に関する問題を解決し、競合を防止。
* **ツール検索の強化**: 指定されたツール名が存在しない場合、システムは利用可能なツールのリストを提供するようになりました。

### バグ修正

* **システムメッセージ処理**: 既存の文字列型のシステムメッセージが正しく処理されない問題を修正しました。
* **関数呼び出しエラー処理**: 言語モデルによる関数呼び出しエラーの処理を改善しました。


---

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