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