Tala Esenlikler
Prompt Text Provider

BuildDefaultParts

Builds the semantic prompt parts for the current presentation.

Interaction Framework 1.0.0 UE5.7 Function UInteractionRuntimePromptTextProvider

Builds the semantic prompt parts for the current presentation.

Override or call this while building custom prompt text when you want the provider to fill the standard command, input, progress, failure, and multi-participant text fields before formatting the final string.

Owner UInteractionRuntimePromptTextProvider
Module InteractionFrameworkRuntime
Category InteractionRuntime|Prompt
UFUNCTION(BlueprintNativeEvent, BlueprintCallable, Category = "InteractionRuntime|Prompt", meta = (BlueprintProtected = "true")
) void BuildDefaultParts( const FInteractionRuntimePromptBuildContext& Context, FInteractionRuntimePromptPresentationResult& InOutPresentation) const;

Parameters

Inputs
Outputs

Return Value

void

No return value.

Use Cases

  • Use during prompt text generation workflows when builds the semantic prompt parts for the current presentation..

Related Docs