共用方式為


OpenApiFunctionExecutionParameters.EnableDynamicPayload Property

Definition

Determines whether the REST API operation payload is constructed dynamically based on payload metadata. It's enabled by default and allows to support operations with simple payload structure - no properties with the same name at different levels. To support more complex payloads, it should be disabled and the payload should be provided via the 'payload' argument. See the 'Providing Payload for OpenAPI Functions' ADR for more details: https://github.com/microsoft/semantic-kernel/blob/main/docs/decisions/0062-open-api-payload.md

public bool EnableDynamicPayload { get; set; }
member this.EnableDynamicPayload : bool with get, set
Public Property EnableDynamicPayload As Boolean

Property Value

Applies to