Flattens structured prompt parts into a single PromptText fallback.
Use this from prompt text generation code on UInteractionRuntimePromptTextProvider when the operation described by the summary is needed.
UFUNCTION(BlueprintNativeEvent, BlueprintCallable, Category = "InteractionRuntime|Prompt", meta = (BlueprintProtected = "true")
) FText FlattenPresentation(const FInteractionRuntimePromptPresentationResult& Presentation) const;
Parameters
Inputs
Presentation
Prompt presentation to read or format.
Return Value
FText
Prompt presentation flattened to a single text value.
Use Cases
- Use during prompt text generation workflows when flattens structured prompt parts into a single PromptText fallback..