AutoTweaker API
Toggle table of contents
0.1.0-alpha.35+c07218c5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
AutoTweaker API
AutoTweaker API
/
io.github.autotweaker.api.types.llm
/
ChatResult
/
FinishReason
Finish
Reason
jvm
data
class
FinishReason
(
val
reason
:
String
,
val
type
:
ChatResult.FinishReason.Type
)
(
source
)
Members
Constructors
Finish
Reason
Link copied to clipboard
jvm
constructor
(
reason
:
String
,
type
:
ChatResult.FinishReason.Type
)
Types
Type
Link copied to clipboard
jvm
enum
Type
:
Enum
<
ChatResult.FinishReason.Type
>
Properties
reason
Link copied to clipboard
jvm
val
reason
:
String
type
Link copied to clipboard
jvm
val
type
:
ChatResult.FinishReason.Type