AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class OllamaModelSettingsConverter

    Inheritance
    object
    OllamaModelSettingsConverter
    Namespace: Glitch9.AIDevKit.Ollama
    Assembly: .dll
    Syntax
    public class OllamaModelSettingsConverter : JsonConverter<OllamaModelSettings>

    Methods

    ReadJson(JsonReader, Type, OllamaModelSettings, bool, JsonSerializer)

    Declaration
    public override OllamaModelSettings ReadJson(JsonReader reader, Type objectType, OllamaModelSettings existingValue, bool hasExistingValue, JsonSerializer serializer)
    Parameters
    Type Name Description
    JsonReader reader
    Type objectType
    OllamaModelSettings existingValue
    bool hasExistingValue
    JsonSerializer serializer
    Returns
    Type Description
    OllamaModelSettings

    WriteJson(JsonWriter, OllamaModelSettings, JsonSerializer)

    Declaration
    public override void WriteJson(JsonWriter writer, OllamaModelSettings value, JsonSerializer serializer)
    Parameters
    Type Name Description
    JsonWriter writer
    OllamaModelSettings value
    JsonSerializer serializer
    In this article
    Back to top Generated by DocFX