Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information