langchain/docs/modules/chains
William FH 629fda3957
Use JSON rather than JSON5 (#2520)
Evaluation so far has shown that agents do a reasonable job of emitting
`json` blocks as arguments when cued (instead of typescript), and `json`
permits the `strict=False` flag to permit control characters, which are
likely to appear in the response in particular.

This PR makes this change to the request and response synthesizer
chains, and fixes the temperature to the OpenAI agent in the eval
notebook. It also adds a `raise_error = False` flag in the notebook to
facilitate debugging
2023-04-06 21:14:12 -07:00
..
examples Use JSON rather than JSON5 (#2520) 2023-04-06 21:14:12 -07:00
generic big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
index_examples fix link (#2123) 2023-03-28 22:51:36 -07:00
getting_started.ipynb (rfc) chat models (#1424) 2023-03-06 08:34:24 -08:00
how_to_guides.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00