AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Interface IChatEventReceiver

    Namespace: Glitch9.AIDevKit.Components
    Assembly: .dll
    Syntax
    public interface IChatEventReceiver

    Methods

    OnReceiveResponse(ChatCompletion)

    Declaration
    void OnReceiveResponse(ChatCompletion response)
    Parameters
    Type Name Description
    ChatCompletion response

    OnSendMessage(ChatMessage)

    Declaration
    void OnSendMessage(ChatMessage requestMessage)
    Parameters
    Type Name Description
    ChatMessage requestMessage
    In this article
    Back to top Generated by DocFX