Enum ConversationSelectMode
Specifies how the conversation ID should be determined when initializing an agent.
Namespace: Glitch9.AIDevKit.Agents
Assembly: Glitch9.AIDevKit.Agent.dll
Syntax
public enum ConversationSelectMode
Fields
| Name | Description |
|---|---|
| LastSavedConversation | Use the last saved conversation ID from the conversation store. |
| SelectFromDropdown | Use the explicitly set conversation ID from the Inspector. |