| AIModelStage |
|
| AsyncPromise |
Async promise to choose between raw response or just
a simple string answer.
|
| AsyncPromptStage |
Sends calls to OpenAI API
with the already defined
callbacks, and possibly
with prompt.
|
| ImageChooserOrSkipStage |
Either inputs more images and goes back to
ImageDetailStage or goes further to
select a runtime.
|
| ImageChooserStage |
Configures image either as a file or base64 encoded one
|
| ImageDetailStage |
Configures the DetailedAnalyze
|
| ReactivePromptStage |
Sends calls to OpenAI API
in a reactive fashion
|
| SimplifiedStage |
A simplified stage where some things
such as AI Model Type and tokens
are already configured.
|
| SynchronousPromptStage |
Synchronous context to choose between raw response or just
a simple string answer.
|
| TokenStage |
Configures maxTokens
|
| VisionConfigurationStage |
|
| VisionRuntimeSelectionStage |
|