# 2025년 5월 2일

## GenStudio

### 개선 사항

* **향상된 Markdown 지원**: Markdown 보기에서 블록 인용을 지원하고 가독성을 높이기 위해 그 모양을 개선했습니다.
* **용어 업데이트**: "MCP Tools"를 "MCP Servers"로, "Functions"를 "Tools"로 이름을 변경하여 확립된 용어와 일치시켰습니다.
* **설정 동기화**: 사용자 행동 설정이 이제 여러 장치에서 자동으로 동기화됩니다.
* **개인화된 주석**: 대화에서 주석을 사용자별로 구성할 수 있게 되었습니다.

### 버그 수정

* **중복 경고 제거**: Helper 앱에 대한 중복 경고 메시지를 제거했습니다.

## 컨트롤 센터

### 새로운 기능

* **모델을 이용한 이미지 생성**: 사용자는 이제 애플리케이션에서 직접 모델을 사용하여 이미지를 생성할 수 있습니다.
* **행동 설정 활용**: 사용자는 이제 행동 설정을 활용하여 자신의 경험을 맞춤화할 수 있습니다.

### 개선 사항

* **향상된 오류 보고**: 함수 호출 오류 보고를 위한 사용자 인터페이스 및 경험을 개선했습니다.

### 버그 수정

* **함수 계속 실행 로직 수정**: 출력이 토큰 한계를 초과할 때 함수 호출 생성과 관련된 문제를 해결했습니다.
* **기본 동작 설정 복원**: 일관된 사용자 경험을 보장하기 위해 누락된 기본 동작 설정을 수정했습니다.
* **출력 형식 수정**: 함수 또는 도구 출력 후 닫는 태그가 누락되는 문제를 수정했습니다.


---

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