Search Results for

    Show / Hide Table of Contents

    Interface IChain

    Basic interface for a chain

    Inherited Members
    IChain<ChainMessage, ChainMessage>.InputBlock
    IChain<ChainMessage, ChainMessage>.OutputBlock
    IChain<ChainMessage, ChainMessage>.Run(ChainMessage)
    IChain<ChainMessage, ChainMessage>.Cancel()
    Namespace: DotnetPrompt.Abstractions.Chains
    Assembly: DotnetPrompt.Abstractions.dll
    Syntax
    public interface IChain : IChain<ChainMessage, ChainMessage>

    Properties

    | Improve this Doc View Source

    DefaultOutputKey

    Output chain produces

    Declaration
    string DefaultOutputKey { get; set; }
    Property Value
    Type Description
    string
    | Improve this Doc View Source

    InputVariables

    List of inputs chain require to run

    Declaration
    IList<string> InputVariables { get; }
    Property Value
    Type Description
    IList<string>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright 2023 © Pavel «xakpc» Osadchuk for DotnetPrompt