Class Chat

java.lang.Object
bg.codexio.ai.openai.api.sdk.chat.Chat

public final class Chat extends Object
Entrypoint for Chat Completions API.
The interaction starts by configuring the HTTP connection
either by providing a preconfigured ChatHttpExecutor http client,
HttpExecutorContext, SdkAuth or leave it to defaults().
Further configuration happens on multiple bypassable stages, whatever is important for specific needs.