API
API
Options
PivotAIResourcesOptions

PivotAIResourcesOptions

Options

developerContextPath: string (opens in a new tab)

default: 'rag/developer_context.md'

featureSearch: { enabled: boolean;headers: Record<string, string>;url: string; }

'설정 방법 검색'(search_features 도구)이 호출할 RAG 엔드포인트.
RAG 엔드포인트는 POST 메서드로 요청을 받아야 하고, 요청 body는 { query }, 응답은 { count, grounding }이어야 한다.

default: undefined

systemContextPath: string (opens in a new tab)

default: 'rag/system_context.md'