# 2025년 8월 29일

## GenStudio

### 버그 수정

* **최소 추론 노력 모드**: 이 모드는 GPT-5 모델의 이미지 생성 또는 웹 검색과 호환되지 않습니다. GPT-5에서 이러한 기능에 접근하려면 사용자가 더 높은 추론 노력 모드를 선택해야 합니다.

## 제어 센터

### 버그 수정

* **LLM을 위한 문서 처리**: LLM을 위한 문서 처리가 개선되어 문서 관련 문제를 방지하고 정확성을 향상시켰습니다.
* **로그 업데이트**: 임베딩 과정 중 대화가 삭제될 때 로그가 업데이트되어 정확한 추적이 보장됩니다.


---

# 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/aug-29th-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.
