LLMSingleActionAgent()Base class for single action agents.
LLMChain to use for agent.
Output parser to use for agent.
List of strings to stop on.
Return the input keys.
Return dictionary representation of agent.
Given input, decided what to do.
Async given input, decided what to do.
Return logging kwargs for tool run.