Property Properties
- Namespace
- LMKit.TextGeneration.Filters
- Assembly
- LM-Kit.NET.dll
Properties
Gets the properties dictionary for passing arbitrary state between filters.
public IDictionary<string, object> Properties { get; }
Property Value
Remarks
Use this to communicate between filters in the same pipeline invocation. For example, store a cache key in a prompt filter and read it in a completion filter.