AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class CodeInterpreterOutputConverter

    Inheritance
    object
    CodeInterpreterOutputConverter
    Namespace: Glitch9.AIDevKit.OpenAI
    Assembly: .dll
    Syntax
    public class CodeInterpreterOutputConverter : JsonConverter<CodeInterpreterOutput>

    Properties

    CanWrite

    Declaration
    public override bool CanWrite { get; }
    Property Value
    Type Description
    bool

    Methods

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

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

    WriteJson(JsonWriter, CodeInterpreterOutput, JsonSerializer)

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