Class OllamaRequestBody
java.lang.Object
com.developer.nefarious.zjoule.plugin.chat.ollama.OllamaRequestBody
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetModel()
boolean
isStream()
void
setMessages
(List<IChatMessage> messages) void
void
setStream
(boolean stream) toString()
Serializes this object to its JSON representation usingGson
.
-
Constructor Details
-
OllamaRequestBody
public OllamaRequestBody()
-
-
Method Details
-
getModel
-
setModel
-
isStream
public boolean isStream() -
setStream
public void setStream(boolean stream) -
getMessages
-
setMessages
-
toString
Serializes this object to its JSON representation usingGson
. TheRole.RoleSerializer
is registered to handle role serialization.
-