Class: OpenAIAgentsPlugin
openaiAgents.OpenAIAgentsPlugin
Temporal plugin integrating the OpenAI Agents SDK. Registers model invocation Activities so Workflow-side ActivityBackedModel can delegate LLM calls, and wires trace propagation between client/Workflow/Activity.
The OpenAI Agents plugin is an experimental feature; APIs may change without notice.
Hierarchy
-
↳
OpenAIAgentsPlugin
Constructors
constructor
• new OpenAIAgentsPlugin(options): OpenAIAgentsPlugin
Parameters
| Name | Type |
|---|---|
options | OpenAIAgentsPluginOptions |
Returns
Overrides
Properties
name
• Readonly name: string
The name of the plugin
Inherited from
Methods
configureBundler
▸ configureBundler(options): BundleOptions
Configures bundler options by merging plugin parameters with existing options.
Parameters
| Name | Type | Description |
|---|---|---|
options | BundleOptions | The existing bundle options |
Returns
Modified bundle options with plugin configuration applied
Overrides
configureClient
▸ configureClient(options): ClientOptions
Configures client options by merging plugin parameters with existing options.