# AI 文檔

此目錄包含與 LLM 相關的關鍵文件：

1. [LLM 評估報告](/zh-hk/ai-documentations/llm-evaluation-report.md)
2. [SkyDeck.ai LLM 準備文檔](/zh-hk/ai-documentations/skydeckai-llm-ready-documentation.md)

## LLM 評估報告

提供各種 LLM 模型的比較分析，包括：

* 性能指標（響應時間、通過的測試）
* 質量評估（CodeBLEU、有用性、功能正確性）
* 評分方法的詳細解釋

## LLM-Ready Documentation

提供一份為 LLM 消費而設計的綜合參考文件，將各種文檔合併為一個易於訪問的格式。

這些文檔提供有關 LLM 性能的見解，並提供 LLM 互動的資源。隨著新評估的進行或文檔的修訂，它們可能會被更新。


---

# 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/ai-documentations.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.
