Udostępnij za pośrednictwem


ApiManifestPluginParameters.FunctionExecutionParameters Property

Definition

A map of function execution parameters, where the key is the api dependency key from api manifest and the value is OpenApiFunctionExecutionParameters specific to that dependency.

public System.Collections.Generic.Dictionary<string,Microsoft.SemanticKernel.Plugins.OpenApi.OpenApiFunctionExecutionParameters>? FunctionExecutionParameters { get; init; }
member this.FunctionExecutionParameters : System.Collections.Generic.Dictionary<string, Microsoft.SemanticKernel.Plugins.OpenApi.OpenApiFunctionExecutionParameters> with get, set
Public Property FunctionExecutionParameters As Dictionary(Of String, OpenApiFunctionExecutionParameters)

Property Value

Applies to