Interface AgentInvocation

All Known Subinterfaces:
AgentInvocationEntity
All Known Implementing Classes:
AgentInvocationEntityImpl

public interface AgentInvocation
  • Method Details

    • getId

      String getId()
    • getAgentInstanceId

      String getAgentInstanceId()
    • getAgentDefinitionId

      String getAgentDefinitionId()
    • getAgentDefinitionKey

      String getAgentDefinitionKey()
    • getOperationKey

      String getOperationKey()
    • getStartTime

      Date getStartTime()
    • getEndTime

      Date getEndTime()
    • getUserId

      String getUserId()
    • getPromptTokenCount

      Long getPromptTokenCount()
    • getOutputTokenCount

      Long getOutputTokenCount()