LangChain.ChainLink (langchainex v0.1.0)

an individual chainLink in a language chain when called, a chainlink will

  1. fill in and submit an input prompt, then
  2. add the entire response to the responses list
  3. parse the response with the outputParser
  4. store any output

Link to this section Summary

Functions

calls the chainLink, filling in the input prompt and parsing the output

Link to this section Functions

Link to this function

call(chainLink, previousValues \\ %{})

calls the chainLink, filling in the input prompt and parsing the output