Ask a question to get started
Enter to send•Shift+Enter new line
Based on past history and current inputs, decide what to do.
plan( self, intermediate_steps: list[tuple[AgentAction, str]], callbacks: Callbacks = None, **kwargs: Any = {} ) -> list[AgentAction] | AgentFinish
intermediate_steps
list[tuple[AgentAction, str]]
Steps the LLM has taken to date, along with the observations.
callbacks
Callbacks
None
Callbacks to run.
**kwargs
Any
{}
User inputs.