Class AgentAction

java.lang.Object
com.hw.langchain.schema.AgentResult
com.hw.langchain.schema.AgentAction

public class AgentAction extends AgentResult
Agent's action to take.
Author:
HamaWhite
  • Constructor Details

  • Method Details

    • getTool

      public String getTool()
    • getToolInput

      public Object getToolInput()
    • getLog

      public String getLog()