# 2024년 11월 22일

## GenStudio

### 개선 사항

* **UI 개선**: 더 깔끔한 인터페이스를 위해 불필요한 재가져오기 표시기를 제거했습니다.

### 새로운 기능

* **스냅샷 상호작용 추적**: 사용자 경험을 향상시키기 위해 스냅샷 상호작용 추적을 구현했습니다.

### 버그 수정

* **중복 스냅샷 해결**: 잘못된 항목 ID로 인해 중복된 스냅샷이 나타나는 문제를 수정했습니다.
* **개선된 오류 메시지**: 스크래핑 후 토큰 한도 오류에 대한 사용자 친화적인 메시지를 제공했습니다.

## 컨트롤 센터

### 개선 사항

* **향상된 LLM 응답**: 추가 지식이 불필요할 때 응답이 개선되어 더 정확한 정보를 제공합니다.
* **정제된 기능 프롬프트**: 프롬프트에 이제 기능 호출 기록이 포함되어 더 나은 상호작용을 위한 맥락이 향상되었습니다.

### 새로운 기능

* **제미니 통합**: 실험 1114를 포함한 제미니와의 통합이 추가되었습니다.
* **자동 참여 제어**: 조직 소유자는 이제 자동 참여 기능을 활성화하거나 비활성화할 수 있습니다.

### 버그 수정

* **교착 상태 문제 해결**: 대화 크기를 업데이트할 때 발생한 교착 상태를 수정했습니다.
* **개선된 오류 메시지**: 스크래핑 후 토큰 한도 오류에 대한 사용자 친화적인 메시지를 제공했습니다.


---

# 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/nov-22nd-2024.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.
