# 2024年11月22日

## GenStudio

### 改善

* **UIの改善**: よりクリーンなインターフェースのために不要な再取得インジケーターを削除しました。

### 新機能

* **スナップショットインタラクショントラッキング**: ユーザー体験を向上させるためにスナップショットインタラクションのトラッキングを実装しました。

### バグ修正

* **重複スナップショットの解決**: 不正確なアイテムIDにより重複したスナップショットが表示される問題を修正しました。
* **エラーメッセージの改善**: スクレイピング後のトークン制限エラーに対してユーザーフレンドリーなメッセージを提供しました。

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

### 改善点

* **強化されたLLM応答**: 余分な知識が無関係な場合に応答が改善され、より正確な情報を提供します。
* **洗練された関数プロンプト**: プロンプトには関数呼び出し履歴が含まれ、より良いインタラクションのためのコンテキストが強化されました。

### 新機能

* **Gemini統合**: Experiment 1114を含むGeminiとの統合を追加しました。
* **自動参加制御**: 組織のオーナーは、自動参加機能を有効または無効にできるようになりました。

### バグ修正

* **デッドロック問題の解決**: 会話サイズを更新する際に発生したデッドロックを修正しました。
* **エラーメッセージの改善**: スクレイピング後のトークン制限エラーに対してユーザーフレンドリーなメッセージを提供しました。


---

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