[Developer] #424 add MCP routing chatbot demo
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.cloudhandson.vpdbackoffice.domain.mcp;
|
||||
|
||||
public record McpChatbotResult(
|
||||
String contextPath,
|
||||
String question,
|
||||
String selectedTool,
|
||||
String status,
|
||||
String answer,
|
||||
String routingReason,
|
||||
String toolResultJson,
|
||||
String toolsListJson
|
||||
) {
|
||||
}
|
||||
Reference in New Issue
Block a user