Ask a question to get started
Enter to sendā¢Shift+Enter new line
plan( self, intermediate_steps: list[tuple[AgentAction, str]], callbacks: Callbacks
intermediate_steps
list[tuple[AgentAction, str]]
Steps the LLM has taken to date, along with observations.
callbacks
Callbacks
None
Callbacks to use.
with_functions
bool
True
**kwargs
Any
{}
Given input, decided what to do.
Whether to use functions.
User inputs.