Enum PostOperation
- Namespace
- Prefrontal.Modules.Chat.Text
- Assembly
- Prefrontal.Modules.dll
public enum PostOperation
- Extension Methods
Fields
Complete = 1
Make the LLM complete the last message.
Continue = 2
Make the LLM continue the last message and stream the completions.
None = 0
Do nothing after the operations.