# Stop Up to 4 sequences where the API will stop generating further tokens. ## Supported Types ### ```go stop := components.CreateStopStr(string{/* values here */}) ``` ### ```go stop := components.CreateStopArrayOfStr([]string{/* values here */}) ```