OpenApiFunctionExecutionParameters.EnableDynamicPayload Property
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.
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