Search Results for

    Show / Hide Table of Contents

    Interface IResponseEventListener

    Inherited Members
    IUsageEventListener.OnUsageEvent(UsageEvent)
    IErrorEventListener.OnErrorEvent(Event<Exception>)
    ITextDeltaListener.OnTextDelta(Delta<ITextChunk>)
    IAnnotationDeltaListener.OnAnnotationDelta(Delta<IAnnotationChunk>)
    IToolStatusListener.OnToolStatus(ToolStatusEvent)
    IToolOutputListener.OnToolOutput(ToolOutputEvent)
    IMcpApprovalRequestListener.OnMcpApprovalRequested(McpApprovalRequest)
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public interface IResponseEventListener : IChatEventListener, IGenerativeStreamListener, IUsageEventListener, IErrorEventListener, ITextDeltaListener, IAnnotationDeltaListener, IToolStatusListener, IToolOutputListener, IMcpApprovalRequestListener

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation