return_stopped_response(
self,
early_stopping_method: str,
intermediate_steps: list[tuple[AgentAction, str| Name | Type | Description |
|---|---|---|
early_stopping_method* | str | |
intermediate_steps* | list[tuple[AgentAction, str]] |
Return response when agent has been stopped due to max iterations.
Method to use for early stopping.
Steps the LLM has taken to date, along with observations.