Crig::Providers::Ollama::Message
Constructors
assistant(content : String, thinking : String | Nil = nil, images : Array(String) | Nil = nil, name : String | Nil = nil, tool_calls : Array(ToolCall) = [] of ToolCall) : self
Sourcenew(kind : Kind, content : String, images : Array(String) | Nil = nil, name : String | Nil = nil, thinking : String | Nil = nil, tool_calls : Array(ToolCall) = [] of ToolCall)
Sourcenew(pull : JSON::PullParser)
SourceClass methods
Instance methods
content
Sourceimages
Sourcekind
Sourcename
Sourcethinking
Sourceto_core_message
Sourcetool_calls
Source