Class OpenAiExtractChat
java.lang.Object
org.bonitasoft.connectors.ai.AbstractAiChat<T>
org.bonitasoft.connectors.ai.extract.ExtractAiChat<dev.langchain4j.model.openai.OpenAiChatModel>
org.bonitasoft.connectors.ai.openai.OpenAiExtractChat
- All Implemented Interfaces:
AiChat<dev.langchain4j.model.openai.OpenAiChatModel>,ExtractChat,OpenAiChat
public class OpenAiExtractChat
extends ExtractAiChat<dev.langchain4j.model.openai.OpenAiChatModel>
implements OpenAiChat
-
Field Summary
Fields inherited from class org.bonitasoft.connectors.ai.extract.ExtractAiChat
configuration, systemPrompt, userPrompt, userPromptWthJsonSchema -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bonitasoft.connectors.ai.extract.ExtractAiChat
extract, extractMethods 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.openai.OpenAiChat
getChatModel
-
Constructor Details
-
OpenAiExtractChat
-
-
Method Details
-
getConfiguration
- Specified by:
getConfigurationin interfaceAiChat<dev.langchain4j.model.openai.OpenAiChatModel>- Overrides:
getConfigurationin classExtractAiChat<dev.langchain4j.model.openai.OpenAiChatModel>
-