Table of Contents

Class ChatResponse

public class ChatResponse : OllamaTextResponse
Inheritance
object
ChatResponse
Inherited Members

Properties

Message

Required. The response message.

public ResponseMessage Message { get; set; }

Property Value

ResponseMessage

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.