# 工具的 JSON 格式

## 簡介

本文檔概述了SkyDeck AI對兩種不同類型工具的支持: LLM工具和Smart工具的JSON結構。此頁面的目的是對這些工具類別及其各自的JSON結構進行簡單介紹。每種工具類型的詳細信息和示例都可以在相應的子頁面中找到。

***

#### LLM 工具

LLM (大型語言模型)工具旨在透過發送使用者輸入到預定義的提示，以便使用者與LLM模型進行交互。

{% content-ref url="/pages/ttX6MMyTq3rUcitbl7gB" %}
[LLM 工具的 JSON 格式](/zh-hk/developers/develop-your-own-tools/json-format-for-llm-tools.md)
{% endcontent-ref %}

#### 智能工具

智能工具通過結合 Python 代碼執行以進行數據提取和處理，從而擴展了 LLM 工具的功能。 Python 的整合使用戶能夠執行複雜的計算，數據轉換和其他超出標準 LLM 工具功能範疇的高級操作。

{% content-ref url="/pages/BmCplnF8bmK8GKfnc2po" %}
[智能工具的 JSON 格式](/zh-hk/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/zh-hk/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.
