# 2024年12月6日

## GenStudio

### 新機能

* **作成ツールの変数説明**: 変数の説明がツールおよび作成ツールのインターフェースに表示され、ユーザーが各変数の目的を理解するのに役立ちます。
* **ドラッグアンドドロップによる変数の順序変更**: ユーザーはツールの変数をドラッグアンドドロップで並べ替え、説明フィールドを追加できるようになり、カスタマイズが向上しました。

### 改善点

* **メッセージ操作の信頼性向上**: メッセージ操作の信頼性を向上させ、パフォーマンスが向上し、エラーが減少しました。

### バグ修正

* **編集と再生成の問題を修正**: メッセージの編集と再生成が正しく機能していない問題を解決しました。

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

### 新機能

* **会話の完全一致検索**: 会話における完全一致検索のサポートを追加し、より正確な検索結果を提供します。
* **Rememberizer検索APIの統合**: Rememberizer POST検索APIの統合により、検索機能を強化しました。

### バグ修正

* **メッセージストリーミングの問題を解決**: メッセージがストリーミング状態でスタックする原因となる問題を修正しました。
* **メッセージ再生成のブロードキャストを修正**: 再生成されたメッセージが正しくブロードキャストされない問題を解決しました。
* **スナップショットからのサインアップを復元**: ユーザーはアカウント削除後でもスナップショットを使用してサインアップできるようになりました。


---

# 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/dec-6th-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.
