Class ChatDeltaResponse
Inherited Members
Namespace: Glitch9.AIDevKit.Ollama
Assembly: .dll
Syntax
public class ChatDeltaResponse : OllamaTextResponse
Properties
Delta
Required. The response message.
Declaration
public ChatDelta Delta { get; set; }
Property Value
Type | Description |
---|---|
ChatDelta |
Done
Declaration
public bool? Done { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Methods
FirstTextDelta()
Declaration
public string FirstTextDelta()
Returns
Type | Description |
---|---|
string |
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()