First of all I don't know if this issue belongs here or the langchain repo. I'm trying to use LangGraph with AWS Bedrock to build tools that return document content blocks with citations enabled. When ...
Allow the generation of the structured output response to be other string-based formats such as YAML, TOML, XML, TSV, CSV, optionally. For example, YAML has better token efficiency than JSON, ...