Verse API reference page for the aggregate_prompt_slot class
Join the output from multiple prompt providers together
Verse using statement |
using { /UnrealEngine.com/Conversations } |
Exposed Interfaces
This class exposes the following interfaces:
| Name | Description |
|---|---|
prompt_slot_provider |
Base interface for retrieving the content in a slot on a prompt template at runtime. |
Members
This class has both data members and functions.
Data
| Data Member Name | Type | Description |
|---|---|---|
PromptSlotProviders |
?[]prompt_slot_provider |
The prompt slot providers which have their contents concatenated with a newline. |
Functions
| Function Name | Description |
|---|---|
GetSlotContents |
The contents from each slot provider output as a single string. |