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