Files
langchaingo/outputparser
Amitai Frey f4c2abbcd9 outputparser: improve DefinedOutputParser (#980)
The DefinedOutputParser prompted the LLM with a Typescript schema,
but expected a json in response: https://github.com/tmc/langchaingo/blob/1975058648b5914fdd9dc53434c5b59f219e2b5c/outputparser/defined.go\#L65-69
Now it also requests a json.
2024-09-12 17:16:37 -07:00
..