Fix Patch Tool (#22222)

Co-authored-by: Sriharsha Chintalapani <harshach@users.noreply.github.com>
This commit is contained in:
Mohit Yadav 2025-07-09 01:58:13 +05:30 committed by GitHub
parent 11bb3a9fdc
commit 9835533ee5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,7 +55,7 @@ public class DefaultToolContext {
result = new GlossaryTermTool().execute(authorizer, limits, securityContext, params);
break;
case "patch_entity":
result = new PatchEntityTool().execute(authorizer, limits, securityContext, params);
result = new PatchEntityTool().execute(authorizer, securityContext, params);
break;
case "get_entity_lineage":
result = new GetLineageTool().execute(authorizer, securityContext, params);