Class ModelStreamResponse
It's a stream of JSON objects.
Inheritance
ModelStreamResponse
Assembly: Glitch9.AIDevKit.Provider.Ollama.dll
Syntax
public class ModelStreamResponse
Properties
|
Edit this page
View Source
Completed
Declaration
[JsonProperty("completed")]
public long? Completed { get; set; }
Property Value
|
Edit this page
View Source
Digest
Declaration
[JsonProperty("digest")]
public string Digest { get; set; }
Property Value
|
Edit this page
View Source
Status
Declaration
[JsonProperty("status")]
public string Status { get; set; }
Property Value
|
Edit this page
View Source
Total
Declaration
[JsonProperty("total")]
public long? Total { get; set; }
Property Value
Extension Methods