LangChain.ChainLink (langchainex v0.1.1)
an individual chainLink 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 outputParser
- 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