struct Message

Included Modules

Defined in:

crystal-mistral/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def content : String #

[View source]
def content=(content : String) #

[View source]
def role : String #

[View source]
def role=(role : String) #

[View source]
def tool_calls : String | Nil #

[View source]
def tool_calls=(tool_calls : String | Nil) #

[View source]