class

OpenAI::FineTuneChatCompletionRequestAssistantMessage

Inherits JSON::Serializable < Reference < Object

Constructors

new(weight : Int64 | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

weight

Controls whether the assistant message is trained against (0 or 1)

Source
weight=(weight : Int64 | Nil)

Controls whether the assistant message is trained against (0 or 1)

Source