Class GenerateResponse
Inherited Members
Namespace: Glitch9.AIDevKit.Ollama
Assembly: .dll
Syntax
public class GenerateResponse : OllamaTextResponse
Properties
Response
Required. The generated response content.
Declaration
public string Response { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents the current object. |
Overrides
object.ToString()
ToTextDelta()
Declaration
public string ToTextDelta()
Returns
Type | Description |
---|---|
string |