AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Interface IThreadEventReceiver

    Namespace: Glitch9.AIDevKit.OpenAI
    Assembly: .dll
    Syntax
    public interface IThreadEventReceiver

    Methods

    OnThreadCreated(Thread)

    Declaration
    void OnThreadCreated(Thread thread)
    Parameters
    Type Name Description
    Thread thread

    OnThreadRetrieved(Thread)

    Declaration
    void OnThreadRetrieved(Thread thread)
    Parameters
    Type Name Description
    Thread thread

    OnThreadUpdated(Thread)

    Declaration
    void OnThreadUpdated(Thread thread)
    Parameters
    Type Name Description
    Thread thread
    In this article
    Back to top Generated by DocFX