Ask a question to get started
Enter to send•Shift+Enter new line
Given input, decided what to do.
plan( self, intermediate_steps: list[tuple[AgentAction, str]], callbacks: Callbacks = None, with_functions: bool = True, **kwargs: Any = {} ) -> AgentAction | AgentFinish
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
Whether to use functions.
**kwargs
Any
{}
User inputs.