Class ModelStreamResponse
It's a stream of JSON objects.
Inheritance
object
ModelStreamResponse
Namespace: Glitch9.AIDevKit.Ollama
Assembly: .dll
Syntax
public class ModelStreamResponse
Properties
Completed
Declaration
public long? Completed { get; set; }
Property Value
Type | Description |
---|---|
long? |
Digest
Declaration
public string Digest { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
string |
Total
Declaration
public long? Total { get; set; }
Property Value
Type | Description |
---|---|
long? |