# AI ドキュメンテーション

このディレクトリには、LLM に関連する重要な文書が含まれています：

1. [LLM 評価レポート](/ja/ai-documentations/llm-evaluation-report.md)
2. [SkyDeck.ai LLM 準備完了ドキュメント](/ja/ai-documentations/skydeckai-llm-ready-documentation.md)

## LLM評価レポート

さまざまなLLMモデルの比較分析を提供します。

* パフォーマンス指標（応答時間、合格したテスト）
* 品質評価（CodeBLEU、有用性、機能的正確性）
* スコアリング方法論の詳細な説明

## LLM対応ドキュメント

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/ja/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.
