resources
Options
systemContextPath: string
default: 'rag/system_context.md'
developerContextPath: string
default: 'rag/developer_context.md'
featureSearch
'설정 방법 검색'(search_features 도구)이 호출할 RAG 엔드포인트.
RAG 엔드포인트는 POST 메서드로 요청을 받아야 하고, 요청 body는 { query }, 응답은 { count, grounding }이어야 한다.