All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.semantickernel.hooks.KernelHookEvent Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
// Copyright (c) Microsoft. All rights reserved.
package com.microsoft.semantickernel.hooks;

/**
 * A marker interface for events that can be intercepted by a {@link KernelHook}.
 */
public interface KernelHookEvent {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy