feat: enrich claim search output schema
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m53s
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 1m53s
This commit is contained in:
@@ -212,6 +212,7 @@ public class BusinessToolController {
|
||||
long elapsed = System.currentTimeMillis() - startTime;
|
||||
|
||||
// 5. 결과 반환 (순수 REST 응답)
|
||||
log.info("[Tool -> MCP Gateway] 동적 툴 Output Schema: {}", outputSchema);
|
||||
try {
|
||||
log.info("[Tool -> MCP Gateway] 동적 툴 실행 결과 반환: {}", objectMapper.writeValueAsString(methodResult));
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user