Interface that describes an action that can be performed by the AutoGPT
model in LangChain. It has a name property, which is a string that
represents the name of the action, and an args property, which is an
object that contains the arguments for the action.
Interface that describes an action that can be performed by the AutoGPT model in LangChain. It has a
name
property, which is a string that represents the name of the action, and anargs
property, which is an object that contains the arguments for the action.