# تنسيق JSON للأدوات

## مقدمة

يوضح هذا الوثيقة المخططات الهيكلية لـ JSON التي يدعمها SkyDeck AI لنوعين مختلفين من الأدوات: أدوات LLM و الأدوات الذكية. الغرض من هذه الصفحة هو تقديم مقدمة موجزة حول هذه الفئات الأداة و هياكل JSON المتوافقة معها. يمكن العثور على معلومات مفصلة وأمثلة لكل نوع أداة في الصفحات الفرعية المتوافقة.

***

#### أدوات LLM

تم تصميم أدوات LLM (نموذج اللغة الكبيرة) لتسهيل التفاعل بين المستخدم ونماذج LLM عن طريق إرسال مدخلات المستخدم إلى مواضع محددة مسبقا.

{% content-ref url="/pages/WgOneg7JQ9nfuH4gpHiK" %}
[تنسيق JSON لأدوات LLM](/ar/developers/develop-your-own-tools/json-format-for-llm-tools.md)
{% endcontent-ref %}

#### الأدوات الذكية

توسع الأدوات الذكية قدرات أدوات LLM عن طريق دمج تنفيذ كود Python لاستخراج البيانات ومعالجتها. يتيح دمج Python للمستخدمين إجراء عمليات حسابية معقدة، وتحويلات البيانات، وعمليات متقدمة أخرى تتجاوز نطاق وظائف أدوات LLM القياسية.

{% content-ref url="/pages/ASbKuKcX1RZzyMr0BWhF" %}
[تنسيق JSON للأدوات الذكية](/ar/developers/develop-your-own-tools/json-format-for-smart-tools.md)
{% endcontent-ref %}


---

# 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/ar/developers/develop-your-own-tools/json-format-for-tools.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.
