Interface IChain
Basic interface for a chain
Inherited Members
Namespace: DotnetPrompt.Abstractions.Chains
Assembly: DotnetPrompt.Abstractions.dll
Syntax
public interface IChain : IChain<ChainMessage, ChainMessage>
Properties
| Improve this Doc View SourceDefaultOutputKey
Output chain produces
Declaration
string DefaultOutputKey { get; set; }
Property Value
Type | Description |
---|---|
string |
InputVariables
List of inputs chain require to run
Declaration
IList<string> InputVariables { get; }
Property Value
Type | Description |
---|---|
IList<string> |