Class TestConnectionOutput.Builder
java.lang.Object
de.xima.fc.prompt.ms.impl.service.generic_oai.client.model.TestConnectionOutput.Builder
- Enclosing class:
TestConnectionOutput
Builder for
TestConnectionOutput.- Since:
- 8.5.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the answer that was returned by the model in response to the test prompt.build()Builds theTestConnectionOutputinstance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
answer
Sets the answer that was returned by the model in response to the test prompt.- Parameters:
answer- The model's answer.- Returns:
- The builder instance for chaining.
-
build
Builds theTestConnectionOutputinstance. Subsequent modifications to the builder will not affect the built instance.- Returns:
- The built list models output instance.
-