Verse API reference page for the llm_session class
An abstraction around a recorded history of events and sending prompts with that history context included.
Verse using statement |
using { /UnrealEngine.com/Conversations } |
Members
This class has functions, but no data members.
Functions
| Function Name | Description |
|---|---|
ClearHistory |
Removes all the history events from the session. Including conversation history. |
Prompt |
The result will conform to the result type. The result type must be a struct which can contain. * numeric types, message, bools and enums, as well as structs or arrays which only contain those types, anything else results in an error. Use the names of the fields and name of the type of the struct to direct the prompt or facts on how to fill out the data structure. |