> For the complete documentation index, see [llms.txt](https://docs.skydeck.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skydeck.ai/ar/releases/jun-13th-2025.md).

# 13 يونيو 2025

## GenStudio

### الميزات الجديدة

* **تنفيذ علامات نموذج LLM**: تم تقديم القدرة على وضع علامات على نماذج LLM لتحسين التنظيم والاختيار.

### تحسينات

* **تعزيزات الأمان**: صيانة دورية للأمان وتحديثات لتحسين أمان النظام.
* **تحسين كتل تنفيذ الوظائف**: سلوك محسّن عند بث ردود الذكاء الاصطناعي لتجربة مستخدم أكثر سلاسة.

### إصلاحات الأخطاء

* **عرض أيقونة المتحدث في سفاري**: تم حل مشكلة حيث لم يتم عرض أيقونة المتحدث في متصفح سفاري.
* **استدعاءات API غير محدودة**: تم إصلاح مشكلة حيث كانت التطبيق يستدعي نقطة نهاية API لقائمة الرسائل بشكل متكرر.

## مركز التحكم

### ميزات جديدة

* **تم إضافة نموذج Grok 3 جديد**: تم تقديم بذور نموذج Grok 3 لتعزيز قدرات الذكاء الاصطناعي.

### التحسينات

* **تحسين أداء قاعدة البيانات**: تحسين أداء النظام من خلال تحسين كيفية تخزين واسترجاع بيانات المحادثة.
* **تعزيز مطالبات النظام**: تحسين مطالبات النظام لتوفير استجابات أفضل من الذكاء الاصطناعي.
* **تحسين تقليم الرسائل**: تعزيز تقليم الرسائل من خلال تضمين أدوات لتحسين معالجة السياق.

### إصلاحات الأخطاء

* **تبسيط ردود المساعد**: تم حل مشكلة كانت تجعل ردود المساعد معقدة للغاية.
* **إصلاح تحرير رسائل المساعد**: تم إصلاح مشكلة كانت تمنع تحرير رسائل المساعد.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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