Conversation Context
A ConversationContext provides continuity between nodes in the prompt graph by giving the developer access to the subject of the conversation and getClassById generic map for storing values that are shared between all Prompt invocations.
Constructors
Link copied to clipboard
public void ConversationContext(Plugin plugin, Conversable forWhom, Map<Object, Object> initialSessionData)