Class AgentSession.ToolInvocation
java.lang.Object
neqsim.util.agentic.AgentSession.ToolInvocation
- All Implemented Interfaces:
Serializable
- Enclosing class:
AgentSession
Record of a tool invocation.
- Version:
- 1.0
- Author:
- Even Solbraa
- See Also:
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
toolName
Name of the tool invoked. -
description
Description of what the tool was used for. -
timestamp
public final long timestampWhen the tool was invoked (epoch millis).
-
-
Constructor Details
-
ToolInvocation
-