Tala Esenlikler
Prompt Text Provider

FlattenPresentation

Flattens structured prompt parts into a single PromptText fallback.

Interaction Framework 1.0.0 UE5.7 Function UInteractionRuntimePromptTextProvider

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.

Owner UInteractionRuntimePromptTextProvider
Module InteractionFrameworkRuntime
Category InteractionRuntime|Prompt
UFUNCTION(BlueprintNativeEvent, BlueprintCallable, Category = "InteractionRuntime|Prompt", meta = (BlueprintProtected = "true")
) FText FlattenPresentation(const FInteractionRuntimePromptPresentationResult& Presentation) const;

Parameters

Inputs

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..

Related Docs