Class ChatResponse
public class ChatResponse : OllamaTextResponse
- Inheritance
-
objectChatResponse
- Inherited Members
Properties
Message
Required. The response message.
public ResponseMessage Message { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.