Class OllamaResponse
Namespace: Glitch9.AIDevKit.Ollama
Assembly: .dll
Syntax
public class OllamaResponse
Properties
InputTokenCount
Optional. Number of tokens in the prompt.
Declaration
public int? InputTokenCount { get; set; }
Property Value
Type | Description |
---|---|
int? |
LoadDuration
Optional. Time spent loading the model (in nanoseconds).
Declaration
public long? LoadDuration { get; set; }
Property Value
Type | Description |
---|---|
long? |
Model
Required. The model name.
Declaration
public string Model { get; set; }
Property Value
Type | Description |
---|---|
string |
TotalDuration
Optional. Time spent generating the response (in nanoseconds).
Declaration
public long? TotalDuration { get; set; }
Property Value
Type | Description |
---|---|
long? |