LangChain.ChainLink (langchainex v0.2.3)
an individual chain_link in a language chain when called, a chainlink will
- fill in and submit an input prompt, then
- add the entire response to the responses list
- parse the response with the output_parser
- store any output
Link to this section Summary
Functions
calls the chain_link, filling in the input prompt and parsing the output
Link to this section Types
Link to this section Functions
Link to this function
call(chain_link, llm_pid, previousValues)
calls the chain_link, filling in the input prompt and parsing the output
Link to this function