> For the complete documentation index, see [llms.txt](https://docs.skydeck.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skydeck.ai/releases/dec-6th-2024.md).

# Dec 6th, 2024

## GenStudio

### New Features

* **Variable Descriptions in Create Tool**: Variable descriptions are now displayed in the Tool and Create Tool interface, helping users understand each variable's purpose.
* **Drag and Drop Variable Ordering**: Users can now reorder tool variables via drag and drop and add description fields, enhancing customization.

### Improvements

* **Enhanced Message Operation Reliability**: Improved the reliability of message operations, resulting in better performance and fewer errors.

### Bug Fixes

* **Fixed Edit and Regenerate Issue**: Resolved an issue where editing and regenerating messages was not functioning properly.

## Control Center

### New Features

* **Exact Match Search for Conversations**: Added support for exact match searches in conversations, allowing for more precise search results.
* **Integrated Rememberizer Search API**: Enhanced search functionality with the integration of the Rememberizer POST search API.

### Bug Fixes

* **Resolved Message Streaming Issues**: Fixed issues that caused messages to get stuck in a streaming state.
* **Fixed Message Regeneration Broadcast**: Resolved an issue where regenerated messages were not properly broadcasted.
* **Restored Sign-Up from Snapshot**: Users can now sign up using a snapshot even after account deletion.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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