ExecutorConfig<TOptions> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a configuration for an object with a string identifier and options of type TOptions.
public class ExecutorConfig<TOptions> : Microsoft.Agents.AI.Workflows.ExecutorConfig
type ExecutorConfig<'Options> = class
inherit ExecutorConfig
Public Class ExecutorConfig(Of TOptions)
Inherits ExecutorConfig
Type Parameters
- TOptions
The type of options for the configurable object.
- Inheritance
Constructors
| Name | Description |
|---|---|
| ExecutorConfig<TOptions>(String, TOptions) |
Represents a configuration for an object with a string identifier and options of type |
Properties
| Name | Description |
|---|---|
| Id |
Gets a unique identifier for the configurable object. (Inherited from ExecutorConfig) |
| Options |
Gets the options for the configured object. |