# May 16th, 2025

## GenStudio

### New Features

* **Configurable Web Search for GPT-4o Models**: Added the ability to configure web search options in OpenAI GPT-4o mini Search Preview and GPT-4o Search Preview.
* **Automated Walkthrough with "Next" Button**: Introduced an automated walkthrough feature with a "Next" button to guide users through the application.

### Improvements

* **Enhanced Model Selection**: Enabled users to click on model logos in the selection box for a more intuitive model selection experience.

### Bug Fixes

* **Improved Parameter Form Clarity**: Resolved an issue where parameter forms were unclear when switching between conversations.

## Control Center

### Improvements

* **Increased Reliability for Gemini and VertexAI Models**: Added a retry mechanism in the completion loop to enhance the stability of Gemini and VertexAI models.

### Bug Fixes

* **Optimized Prompt Handling**: Corrected the system prompts so that markdown and LaTeX formatting are enabled only for OpenAI thinking models.


---

# 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/may-16th-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.
