| AccuracyStage |
Configures temperature, topP, penalties and seed.
|
| AIModelStage |
|
| AsyncContextStage |
Async context to choose between raw response or just
a simple string answer.
|
| AsyncPromise |
Promise abstraction.
|
| AsyncRawPromise |
Promise abstraction.
|
| ChatConfigurationStage |
Base for all Chat stages
|
| ChatRuntimeSelectionStage |
Configures how the HTTP client to act.
|
| ImmediateContextStage |
Synchronous context to choose between raw response or just
a simple string answer.
|
| ManualConfigurationStage |
Configures tokens, tools and accuracy/
|
| MessageStage |
Configures messages such as system and assistant messages.
|
| ReactiveContextStage |
Reactive context to choose between raw response or just
a simple string answer.
|
| TemperatureStage |
Configures the temperature or in other words,
the creativity of the model.
|
| TokenStage |
Configures maxTokens, N(choices) and stop.
|
| ToolStage |
Configures tools such as functions.
|