Verse API reference page for the message_prompt_slot class
Implementation of the prompt slot provider which is able to send encoded messages (output from the LLM) back to the LLM.
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 |
|---|---|---|
Contents |
?message |
The content as a message |
Functions
| Function Name | Description |
|---|---|
GetSlotContents |
If the message is encoded, calls to GetSlotContents from verse will be encoded, yet be clear when the prompt is sent to LLM. |