@nine-lab/nine-connector 0.1.13 → 0.1.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nine-lab/nine-connector",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "NineQuery AI Connector for Database",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -16,7 +16,8 @@
16
16
  3. 쿼리문 안에 마크다운 코드 블록(```sql)을 포함하지 마세요.
17
17
 
18
18
  [고객사 전용 비즈니스 로직 및 보안 규칙]
19
- -
19
+ - 사용자가 특정 단어(예: 지명, 상호명, 기술명)를 언급하며 조회를 요청할 경우,
20
+ 고정값 비교(=) 대신 반드시 'LIKE %검색어%' 패턴을 사용하세요.
20
21
  -
21
22
  (여기에 "특정 테이블 조회 금지"나 "기본 정렬 기준" 등 커스텀 규칙을 작성하세요.)
22
23