AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ChatResponse

    Inheritance
    object
    OllamaResponse
    OllamaTextResponse
    ChatResponse
    Inherited Members
    OllamaTextResponse.CreatedAt
    OllamaTextResponse.FinishReason
    OllamaTextResponse.Context
    OllamaTextResponse.PromptEvalDuration
    OllamaTextResponse.OutputTokenCount
    OllamaTextResponse.EvalDuration
    OllamaResponse.Model
    OllamaResponse.TotalDuration
    OllamaResponse.LoadDuration
    OllamaResponse.InputTokenCount
    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()

    Extension Methods

    ResponseExtensions.SetOutputText(ChatResponse, string)
    In this article
    Back to top Generated by DocFX