Search Results for

    Show / Hide Table of Contents

    Class ThreadConversationExtensions

    Inheritance
    object
    ThreadConversationExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.OpenAI
    Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
    Syntax
    public static class ThreadConversationExtensions

    Methods

    | Edit this page View Source

    ToConversation(Thread)

    Declaration
    public static Conversation ToConversation(this Thread thread)
    Parameters
    Type Name Description
    Thread thread
    Returns
    Type Description
    Conversation
    | Edit this page View Source

    ToOpenAIThread(Conversation)

    Declaration
    public static Thread ToOpenAIThread(this Conversation conversation)
    Parameters
    Type Name Description
    Conversation conversation
    Returns
    Type Description
    Thread
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation