refactor: remove redundant mcp.functions from all application-local.yml
This commit is contained in:
@@ -2,49 +2,3 @@ spring:
|
||||
config:
|
||||
import: "classpath:config/application-glow-local.yml"
|
||||
|
||||
mcp:
|
||||
functions:
|
||||
status:
|
||||
description: "청구심사 상태 조회"
|
||||
prompt: "현재 접수된 청구건 상태를 알려줘."
|
||||
mappingId: "BILL_001"
|
||||
process:
|
||||
description: "청구 처리"
|
||||
prompt: "현재 접수된 청구건에 대한 심사 처리를 진행해."
|
||||
mappingId: "BILL_002"
|
||||
check:
|
||||
description: "발행 가능 여부 조회"
|
||||
prompt: "디지털 증권 발행 한도가 충분한지 확인해줘."
|
||||
mappingId: "BOND_001"
|
||||
issue:
|
||||
description: "증권 발행"
|
||||
prompt: "디지털 증권 발행 프로세스를 실행해."
|
||||
mappingId: "BOND_002"
|
||||
register_vacation:
|
||||
description: "휴가 등록(프로퍼티 오버라이드 됨)"
|
||||
prompt: "내일 하루 연차 휴가를 등록해줘."
|
||||
mappingId: "HR_VAC_01"
|
||||
get_leave_count:
|
||||
description: "연차 갯수 조회"
|
||||
prompt: "현재 사용 가능한 남은 연차 일수를 알려줘."
|
||||
mappingId: "HR_VAC_02"
|
||||
contract_status:
|
||||
description: "계약상태 조회"
|
||||
prompt: "김신한 고객의 현재 계약 상태를 조회해줘."
|
||||
mappingId: "CNTR_001"
|
||||
contract_detail:
|
||||
description: "계약상세 조회"
|
||||
prompt: "김신한 고객의 계약 상세 내역을 알려줘."
|
||||
mappingId: "CNTR_002"
|
||||
grade:
|
||||
description: "고객등급 조회(프로퍼티 오버라이드 됨)"
|
||||
prompt: "이 고객의 VIP 등급을 조회해줘."
|
||||
mappingId: "CRM_001"
|
||||
detail:
|
||||
description: "고객상세 정보 조회"
|
||||
prompt: "이 고객의 상세 기본정보(주소, 연락처 등)를 알려줘."
|
||||
mappingId: "CRM_002"
|
||||
get_sample_string:
|
||||
description: "MCI String 버전과 GlowTrgmField 파싱을 테스트하는 샘플 툴입니다."
|
||||
prompt: "MCI 전문(String) 연계 및 고정 길이 파싱 테스트 해줘."
|
||||
mappingId: "TRGM_001"
|
||||
|
||||
Reference in New Issue
Block a user