fix: rollback register to false as per user request
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 31s
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 31s
This commit is contained in:
@@ -15,7 +15,7 @@ public interface TeamMemberUseCase {
|
|||||||
description = "신한라이프 MCP, TOOL 파트 구성원을 조회합니다.",
|
description = "신한라이프 MCP, TOOL 파트 구성원을 조회합니다.",
|
||||||
prompt = "신한라이프 MCP, TOOL 파트 구성원을 조회해 줘. (주의: 응답 시 ** 등 마크다운 기호를 절대 사용하지 말고 평문으로만 출력해 줘)",
|
prompt = "신한라이프 MCP, TOOL 파트 구성원을 조회해 줘. (주의: 응답 시 ** 등 마크다운 기호를 절대 사용하지 말고 평문으로만 출력해 줘)",
|
||||||
mappingId = "DIRECT0001",
|
mappingId = "DIRECT0001",
|
||||||
register = true,
|
register = false,
|
||||||
requiresApproval = false,
|
requiresApproval = false,
|
||||||
openWorldHint = true
|
openWorldHint = true
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ public interface SolReqListUseCase {
|
|||||||
description = "SOL 의뢰서 목록 조회해줘",
|
description = "SOL 의뢰서 목록 조회해줘",
|
||||||
prompt = "SOL 의뢰서 목록 조회해줘",
|
prompt = "SOL 의뢰서 목록 조회해줘",
|
||||||
mappingId = "SOLG00000001",
|
mappingId = "SOLG00000001",
|
||||||
register = true,
|
register = false,
|
||||||
requiresApproval = false,
|
requiresApproval = false,
|
||||||
openWorldHint = true
|
openWorldHint = true
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user