> 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/zh-cn/ai-documentations.md).

# AI 文档

该目录包含与 LLM 相关的关键文档：

1. [LLM 评估报告](/zh-cn/ai-documentations/llm-evaluation-report.md)
2. [SkyDeck.ai LLM 准备文档](/zh-cn/ai-documentations/skydeckai-llm-ready-documentation.md)

## LLM 评估报告

提供对各种 LLM 模型的比较分析，包括：

* 性能指标（响应时间，通过的测试）
* 质量评估（CodeBLEU，有用性，功能正确性）
* 评分方法的详细解释

## LLM-准备文档

提供一个为LLM消费而设计的综合参考文档，将各种文档整合为一个易于访问的格式。

这些文档提供了对LLM性能的见解，并提供了LLM交互的资源。随着新评估的进行或文档的修订，它们可能会被更新。


---

# 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/zh-cn/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.
