Class GenerateResponse
Inherited Members
Namespace: Glitch9.AIDevKit.Ollama
Assembly: Glitch9.AIDevKit.Provider.Ollama.dll
Syntax
public class GenerateResponse : OllamaTextResponse
Properties
| Edit this page View SourceResponse
Required. The generated response content.
Declaration
[JsonProperty("response")]
public string Response { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
| Edit this page View SourceToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |