Class ShellSessionManager.RedactionResult

java.lang.Object
com.alibaba.cloud.ai.graph.agent.tools.ShellSessionManager.RedactionResult
Enclosing class:
ShellSessionManager

public static class ShellSessionManager.RedactionResult extends Object
Result of redaction operation with match information.
  • Constructor Details

    • RedactionResult

      public RedactionResult(String redactedContent, List<String> matches)
  • Method Details

    • getRedactedContent

      public String getRedactedContent()
    • getMatches

      public List<String> getMatches()