AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class AIDevKitEventHandler

    Inheritance
    object
    AIDevKitEventHandler
    ChatEventHandler
    RealtimeEventHandler
    SpeechEventHandler
    Namespace: Glitch9.AIDevKit.Components
    Assembly: .dll
    Syntax
    public abstract class AIDevKitEventHandler : MonoBehaviour

    Fields

    onError

    Invoked when an error occurs during chat communication or generation.

    Declaration
    public UnityEvent<string> onError
    Field Value
    Type Description
    UnityEvent<string>
    In this article
    Back to top Generated by DocFX