ExecutorConfig<TOptions> Class

Definition

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
ExecutorConfig<TOptions>

Constructors

Name Description
ExecutorConfig<TOptions>(String, TOptions)

Represents a configuration for an object with a string identifier and options of type TOptions.

Properties

Name Description
Id

Gets a unique identifier for the configurable object.

(Inherited from ExecutorConfig)
Options

Gets the options for the configured object.

Applies to