Refactoring and add semantic cache
This commit is contained in:
@@ -15,5 +15,5 @@ public interface QueryValidator {
|
||||
* @param arguments The tool arguments to validate.
|
||||
* @return A {@link Result} indicating success (Ok(null)) or failure (Err(exception)).
|
||||
*/
|
||||
Result<Void, Exception> validate(McpSchema.JsonSchema schema, Map<String, Object> arguments);
|
||||
Result<Void, Exception> validate(final McpSchema.JsonSchema schema, final Map<String, Object> arguments);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user