flytekitplugins.openai.ChatGPTAgent#
- class flytekitplugins.openai.ChatGPTAgent#
Methods
- async do(task_template, inputs=None, **kwargs)#
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