expand_citations
Expand citations by retrieving the full original text from K-IFRS/K-GAAP standards and Q&A documents, attaching it inline or as an appendix to provide clear supporting evidence.
Instructions
LLM 답변 초안 텍스트에서 K-IFRS/K-GAAP 기준서 인용과 질의응답 문서번호 인용을 자동 추출해 실제 원문을 가져와 답변에 붙여 반환합니다. verify_citations(존재 여부만 확인)와 달리 본문 자체를 붙여주므로, 사용자가 '본문 보여줘'라고 하거나 인용 근거를 명확히 보여줘야 할 때 사용하세요.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | 인용이 포함된 LLM 답변 초안 전체 텍스트 | |
| placement | No | inline=인용 직후 본문 블록 삽입(추적성↑), appendix=답변 끝에 부록으로 모아서 붙임(가독성↑) | inline |
| max_body_chars | No | 인용 본문 최대 길이(문자 수) | |
| include_inquiry | No | 질의응답 문서번호 인용도 본문 부착할지 |