# 2024年8月23日

## GenStudio

### バグ修正

* **パスワード更新ページへのアクセス**: パスワード認証が無効になっているときにパスワード更新ページにアクセスできない問題を修正しました。

## コントロールセンター

### 新機能

* **スナップショット内のメディア表示**: コンテンツレビューを強化するために、スナップショット内でメディアファイルの表示を有効化しました。

### 改善点

* **高詳細画像処理**: LLM APIを通じて画像を処理する際の画像の詳細が改善され、より明確な出力が得られます。

### バグ修正

* **画像を含むPDFの正確なトークン計算**: 画像を含むPDFの正確な処理を確保するために、トークン計算のエラーを修正しました。
* **PDFの互換性向上**: PDF内のJB2ページを処理して、文書処理の信頼性を向上させました。
* **文書アップロードの信頼性向上**: アップロードされた文書内のヌル文字を削除して、処理の問題を防ぎました。
* **メールリンクの修正**: メールコミュニケーションからの適切なナビゲーションを確保するために、メールURLの問題を修正しました。
* **全体的な安定性の改善**: システム全体の信頼性を向上させるために、さまざまなバックエンドの問題に対処しました。


---

# 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/ja/releases/aug-23rd-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.
