AI Chain Inputs and Outputs
Inputs
- Initial Input: The starting data or query for the chain.
- Intermediate Results: Data passed between different steps in the chain.
- Configuration: Specific settings or parameters for each step in the chain.
Outputs
- Final Result: The output after all steps in the chain have been executed.
- Intermediate Outputs: Results from each step in the chain, which may be used in subsequent steps.