Class OllamaTextRequest
Namespace: Glitch9.AIDevKit.Ollama
Assembly: .dll
Syntax
public class OllamaTextRequest : OllamaRequest
Properties
Format
Optional. The format to return a response in. Format can be json or a JSON schema. If it's null, it's the plain text response.
Declaration
public ResponseFormat Format { get; set; }
Property Value
Type | Description |
---|---|
ResponseFormat |
Stream
Optional. If false the response will be returned as a single response object.
Declaration
public bool Stream { get; set; }
Property Value
Type | Description |
---|---|
bool |
System
Optional. System message to override what is defined in the Modelfile.
Declaration
public string System { get; set; }
Property Value
Type | Description |
---|---|
string |