Class ChatResponseUpdate
- Namespace
- AutoGen.Ollama
- Assembly
- AutoGen.Ollama.dll
public class ChatResponseUpdate
- Inheritance
-
ChatResponseUpdate
- Derived
-
- Inherited Members
-
Properties
CreatedAt
[JsonPropertyName("created_at")]
public string CreatedAt { get; set; }
Property Value
- string
Done
[JsonPropertyName("done")]
public bool Done { get; set; }
Property Value
- bool
Message
[JsonPropertyName("message")]
public Message? Message { get; set; }
Property Value
- Message
Model
[JsonPropertyName("model")]
public string Model { get; set; }
Property Value
- string