# v10.28

## v10.28.2 am 13.04.2026

### Agent Workspace

* Feedback für den Benutzer, wenn hochgeladene Datein analysiert werden.

## v10.28.1 am 10.04.2026

### Agent Workspace

* Verbesserung beim Kopieren einer Antwort.

## v10.28.0 am 09.04.2026

### Robot

* Unterstützung für Reasoning-Modelle (z.B. OpenAI GPT 5.x).
* Workflows, die von AI-Agents ausgelöst werden, haben Zugriff auf die ID der Konversation (Event-Variable `conversationId`).
* AI-Functions haben Zugriff auf vom Benutzer hochgeladene Dateien (Event-Variable `files`).

### Agent Workspace

* Das Kopieren einer Antwort erfolgt ohne HTML-Tags. Die Markdown-Auszeichnungen bleiben erhalten.


---

# 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://changelog.aiaibot.com/v10/v10.28.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.
