Class OpenAiClassifyChat
java.lang.Object
org.bonitasoft.connectors.ai.AbstractAiChat<T>
org.bonitasoft.connectors.ai.classify.ClassifyAiChat<dev.langchain4j.model.openai.OpenAiChatModel>
org.bonitasoft.connectors.ai.openai.OpenAiClassifyChat
- All Implemented Interfaces:
AiChat<dev.langchain4j.model.openai.OpenAiChatModel>,ClassifyChat,OpenAiChat
public class OpenAiClassifyChat
extends ClassifyAiChat<dev.langchain4j.model.openai.OpenAiChatModel>
implements OpenAiChat
-
Field Summary
Fields inherited from class org.bonitasoft.connectors.ai.classify.ClassifyAiChat
configuration, systemPrompt, userPrompt -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bonitasoft.connectors.ai.classify.ClassifyAiChat
classify, getConfigurationMethods inherited from class org.bonitasoft.connectors.ai.AbstractAiChat
newDocMessageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bonitasoft.connectors.ai.AiChat
getConfigurationMethods inherited from interface org.bonitasoft.connectors.ai.openai.OpenAiChat
getChatModel
-
Constructor Details
-
OpenAiClassifyChat
-