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