The method to use for early stopping if the agent never
returns AgentFinish. Either 'force' or 'generate'.
"force" returns a string saying that it stopped because it met a
time or iteration limit.
"generate" calls the agent's LLM Chain one final time to generate
a final answer based on the previous steps.