Package net.stoerr.ai.aigenpipeline.framework.chat
-
Interface Summary Interface Description AIChatBuilder Defines the interface for building AI chat interactions, allowing customization of the model, token limits, and messages.AIModelConstants -
Class Summary Class Description CopyPseudoAIChatBuilderImpl A pseudo AI chat model that just copies the input to the output.OpenAIChatBuilderImpl Implementation of AIChatBuilder for creating and executing OpenAI chat completion requests.OpenAIChatBuilderImpl.ChatCompletionRequest OpenAIChatBuilderImpl.ChatCompletionResponse OpenAIChatBuilderImpl.Message