# Jun 13th, 2025

## GenStudio

### New Features

* **LLM Model Tags Implementation**: Introduced the ability to tag LLM models for better organization and selection.

### Improvements

* **Security Enhancements**: Regular security maintenance and updates to improve system security.
* **Enhanced Function Execution Blocks**: Improved behavior when streaming AI responses for a smoother user experience.

### Bug Fixes

* **Speaker Icon Display in Safari**: Resolved an issue where the speaker icon was not displayed in the Safari browser.
* **Infinite API Calls**: Fixed a problem where the application was repeatedly calling the message list API endpoint.

## Control Center

### New Features

* **New Grok 3 Model Added**: Introduced Grok 3 model seeds for enhanced AI capabilities.

### Improvements

* **Optimized Database Performance**: Improved system performance by optimizing how conversation data is stored and retrieved.
* **Enhanced System Prompts**: Refined system prompts to provide better AI responses.
* **Improved Message Trimming**: Enhanced message trimming by including tools for better context handling.

### Bug Fixes

* **Simplified Assistant Responses**: Resolved an issue where assistant responses were overly complex.
* **Assistant Message Editing Fixed**: Fixed an issue that prevented editing of assistant messages.


---

# 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/jun-13th-2025.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.
