flytekitplugins.openai.batch.agent.BatchEndpointAgent |
This is the base class for all async agents. |
flytekitplugins.openai.batch.agent.BatchEndpointMetadata |
|
flytekitplugins.openai.batch.task.BatchEndpointTask |
This mixin class is used to run the async task locally, and it’s only used for local execution. |
flytekitplugins.openai.batch.task.BatchResult |
|
flytekitplugins.openai.batch.task.DownloadJSONFilesExecutor |
Please see the notes for the metaclass above first. |
flytekitplugins.openai.batch.task.DownloadJSONFilesTask |
Please take a look at the comments for :py:class`flytekit. |
flytekitplugins.openai.batch.task.OpenAIFileConfig |
|
flytekitplugins.openai.batch.task.OpenAIFileDefaultImages |
Default images for the openai batch plugin. |
flytekitplugins.openai.batch.task.UploadJSONLFileExecutor |
Please see the notes for the metaclass above first. |
flytekitplugins.openai.batch.task.UploadJSONLFileTask |
Please take a look at the comments for :py:class`flytekit. |
flytekitplugins.openai.chatgpt.agent.ChatGPTAgent |
This is the base class for all sync agents. |
flytekitplugins.openai.chatgpt.task.ChatGPTTask |
This is the simplest form of a ChatGPT Task, you can define the model and the input you want. |