Ask a question to get started
Enter to send•Shift+Enter new line
Enables iteration over steps taken to reach final output.
iter( self, inputs: Any, callbacks: Callbacks = None, *, include_run_info: bool = False, async_: bool = False ) -> AgentExecutorIterator
inputs
Any
Inputs to the agent.
callbacks
Callbacks
None
Callbacks to run.
include_run_info
bool
False
Whether to include run info.
async_
Whether to run async. (Ignored)