The reason the model stopped generating.
"end_turn" - the model reached a natural stopping point
"max_tokens" - we exceeded the requested max_tokens or the model's maximum
"stop_sequence" - one of your provided custom stop_sequences was generated
"tool_use" - the model invoked one or more tools