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