flytekitplugins.openai.ChatGPTAgent¶
- class flytekitplugins.openai.ChatGPTAgent[source]¶
Methods
- async do(task_template, inputs=None, **kwargs)[source]¶
This is the method that the agent will run.
- Parameters:
task_template (TaskTemplate)
inputs (LiteralMap | None)
- Return type:
Resource
Attributes
- name = 'ChatGPT Agent'
- task_category
task category that the agent supports