Class AgentSession.ToolInvocation

java.lang.Object
neqsim.util.agentic.AgentSession.ToolInvocation
All Implemented Interfaces:
Serializable
Enclosing class:
AgentSession

public static class AgentSession.ToolInvocation extends Object implements Serializable
Record of a tool invocation.
Version:
1.0
Author:
Even Solbraa
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • toolName

      public final String toolName
      Name of the tool invoked.
    • description

      public final String description
      Description of what the tool was used for.
    • timestamp

      public final long timestamp
      When the tool was invoked (epoch millis).
  • Constructor Details

    • ToolInvocation

      ToolInvocation(String toolName, String description)
      Constructor.
      Parameters:
      toolName - tool name
      description - invocation description