
com.harium.suneidesis.chat.Interceptor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Project to represent knowledge
The newest version!
package com.harium.suneidesis.chat;
import com.harium.suneidesis.chat.input.InputContext;
import com.harium.suneidesis.chat.output.Output;
public interface Interceptor {
void preParsing(InputContext input, Output output);
void postParsing(InputContext input, Output output, Parser parser);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy