The page you navigated to does not exist, so we brought you to the closest page to it.
flytekitplugins.openai.chatgpt.connector
| Property |
Type |
Description |
OPENAI_API_KEY |
str |
|
TIMEOUT_SECONDS |
int |
|
| Property |
Type |
Description |
task_category |
None |
task category that the connector supports |
| Method |
Description |
do() |
This is the method that the connector will run. |
def do(
task_template: flytekit.models.task.TaskTemplate,
inputs: typing.Optional[flytekit.models.literals.LiteralMap],
kwargs,
) -> flytekit.extend.backend.base_connector.Resource
This is the method that the connector will run.
| Parameter |
Type |
Description |
task_template |
flytekit.models.task.TaskTemplate |
|
inputs |
typing.Optional[flytekit.models.literals.LiteralMap] |
|
kwargs |
**kwargs |
|