stopSequences

@JvmName(name = "xpuelfumlkgyvvgd")
suspend fun stopSequences(value: Output<List<String>>)
@JvmName(name = "wfxceqhrcnurxbru")
suspend fun stopSequences(value: List<String>)

Parameters

value

List of stop sequences. A stop sequence is a sequence of characters that causes the model to stop generating the response.


@JvmName(name = "kjfmtmsvimnbehyx")
suspend fun stopSequences(vararg values: Output<String>)


@JvmName(name = "hkliypagclkfplpm")
suspend fun stopSequences(values: List<Output<String>>)
@JvmName(name = "xhvgggratrostwng")
suspend fun stopSequences(vararg values: String)

Parameters

values

List of stop sequences. A stop sequence is a sequence of characters that causes the model to stop generating the response.