Class SimplifiedStage
- java.lang.Object
-
- bg.codexio.ai.openai.api.sdk.chat.SimplifiedStage
-
public class SimplifiedStage extends Object
A simplified stage where some things such as AI Model Type and creativity are already configured.
-
-
Constructor Summary
Constructors Constructor Description SimplifiedStage(SdkAuth auth)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImmediateContextStagesimply()Go ahead to directly ask question by preconfiguring the AI Model Type and the creativity level and receiving a synchronous response
-
-
-
Constructor Detail
-
SimplifiedStage
public SimplifiedStage(SdkAuth auth)
-
-
Method Detail
-
simply
public ImmediateContextStage simply()
Go ahead to directly ask question by preconfiguring the AI Model Type and the creativity level and receiving a synchronous response- Returns:
ChatRuntimeSelectionStage
-
-