Ask a question to get started
Enter to send•Shift+Enter new line
Return response when agent has been stopped due to max iterations.
return_stopped_response( self, early_stopping_method: str, intermediate_steps: list[tuple[AgentAction, str]], **kwargs: Any = {} ) -> AgentFinish
early_stopping_method
str
Method to use for early stopping.
intermediate_steps
list[tuple[AgentAction, str]]
Steps the LLM has taken to date, along with observations.
**kwargs
Any
{}
User inputs.