# Nov 22nd, 2024

## GenStudio

### Improvements

* **UI Enhancements**: Removed unnecessary refetching indicators for a cleaner interface.

### New Features

* **Snapshot Interaction Tracking**: Implemented tracking of snapshot interactions to enhance user experience.

### Bug Fixes

* **Duplicate Snapshots Resolved**: Fixed an issue where duplicated snapshots appeared due to incorrect item IDs.
* **Improved Error Messages**: Provided user-friendly messages for token limit errors after scraping.

## Control Center

### Improvements

* **Enhanced LLM Responses**: Improved responses when extra knowledge is irrelevant, providing more accurate information.
* **Refined Function Prompting**: Prompts now include function call histories, enhancing the context for better interactions.

### New Features

* **Gemini Integration**: Added integration with Gemini, including Experiment 1114.
* **Auto Join Control**: Organization owners can now enable or disable the Auto Join feature.

### Bug Fixes

* **Deadlock Issue Resolved**: Fixed a deadlock that occurred when updating conversation size.
* **Improved Error Messages**: Provided user-friendly messages for token limit errors after scraping.


---

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