Class ChatResponse
Inherited Members
Namespace: Glitch9.AIDevKit.Ollama
Assembly: .dll
Syntax
public class ChatResponse : OllamaTextResponse
Properties
Message
Required. The response message.
Declaration
public AssistantMessage Message { get; set; }
Property Value
Type | Description |
---|---|
AssistantMessage |
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()