# AI 문서

이 디렉토리에는 LLM과 관련된 주요 문서가 포함되어 있습니다:

1. [LLM 평가 보고서](/ko/ai-documentations/llm-evaluation-report.md)
2. [SkyDeck.ai LLM 준비 문서](/ko/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/ko/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.
