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