diff --git a/src/Web/Controllers/OllamaController.cs b/src/Web/Controllers/OllamaController.cs index a1b211e..05dcb34 100644 --- a/src/Web/Controllers/OllamaController.cs +++ b/src/Web/Controllers/OllamaController.cs @@ -140,7 +140,7 @@ public class OllamaController : ControllerBase "- run_sql: PostgreSQL SELECT/WITH 실행 (자동 LIMIT 1000 / 30s timeout)\n" + "- query_pv_history: 태그 PV 이력 조회 (history_table, recorded_at)\n" + "- get_tag_metadata: 태그명 패턴 매칭 검색 (realtime_table)\n" + - "- find_tags: 태그 통합 검색 — base_tag/설명/area (v_tag_summary 뷰)\n" + + "- find_tags: 태그 통합 검색 — base_tag/설명/area/sub_area (query 생략 시 sub_area 전체 조회)\n" + "- list_drawings: P&ID 도면 목록 (node_map_master)\n" + "- query_with_nl: 자연어 → SQL 변환 후 실행\n" + "- query_events: 이벤트 히스토리 조회 (event_history_table, tag/event_type/area/기간)\n" + diff --git a/src/Web/opcserver_autostart.json b/src/Web/opcserver_autostart.json index 9e26dfe..c508d53 100644 --- a/src/Web/opcserver_autostart.json +++ b/src/Web/opcserver_autostart.json @@ -1 +1 @@ -{} \ No newline at end of file +false