# March 14, 2023: Mito AI, Public Interface Versioning

## Mito AI

We're excited to announce our first AI feature. Users can now use Mito to pose plain text prompts, and Mito AI will use your data context to generate code.&#x20;

We think that AI enabled spreadsheets are the future of data work, and we're looking forward to being the best AI spreadsheet around!

<figure><img src="/files/q4f0MKbeziwQwXTCIDJM" alt=""><figcaption><p>Mito AI generating code from a natural language prompt</p></figcaption></figure>

Under the hood, this feature uses the same technology behind ChatGPT, the AI chatbot that has taken the world by storm in the past few weeks. See documentation for getting the feature setup here: <https://docs.trymito.io/how-to/ai-transformations>

## Public Interface

Mito now versions the public interface. This makes it possible for us to version sheet functions without breaking users analyses. Now, generated code will export code that starts with `from mitosheet.public.v2 import *`.

If you run into any issues while updating your mitosheet package, please reach out.

## Other Changes

1. Improvements to Excel Range Importing. Make it possible to specify ending conditions.
2. Adds `GETPREVIOUSVALUE` function for better parsing


---

# 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.trymito.io/misc/release-notes/march-14-2023-mito-ai-public-interface-versioning.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.
