Interface AgentInvocationExchange

All Known Subinterfaces:
AgentInvocationExchangeEntity
All Known Implementing Classes:
AgentInvocationExchangeEntityImpl

public interface AgentInvocationExchange
  • Method Details

    • getId

      String getId()
    • getAgentInstanceId

      String getAgentInstanceId()
    • getInvocationId

      String getInvocationId()
    • getAgentDefinitionId

      String getAgentDefinitionId()
    • getAgentDefinitionKey

      String getAgentDefinitionKey()
    • getCreationTime

      Date getCreationTime()
    • getEndTime

      Date getEndTime()
    • getDuration

      Long getDuration()
    • getType

      String getType()
    • getSubType

      String getSubType()
    • getUserId

      String getUserId()
    • getPromptTokenCount

      Long getPromptTokenCount()
    • getOutputTokenCount

      Long getOutputTokenCount()
    • getTransactionOrder

      int getTransactionOrder()