struct
Llama::Message
- Llama::Message
- Struct
- Value
- Object
Defined in:
llama/chat.crConstructors
- .assistant(content : String) : self
- .new(role : String, content : String)
- .system(content : String) : self
- .tool(content : String) : self
- .user(content : String) : self
Instance Method Summary
- #clone
- #content : String
- #copy_with(role _role = @role, content _content = @content)
- #role : String
- #to_chat_message : ChatMessage