mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-25 13:07:58 +00:00
Descriptions: currently in the [doc](https://python.langchain.com/v0.2/docs/how_to/extraction_examples/) it sets "Data" as the LLM's structured output schema, however its examples given to the LLM output's "Person", which causes the LLM to be confused and might occasionally return "Person" as the function to call issue: #23383 Co-authored-by: Lifu Wu <lifu@nextbillion.ai>
LangChain Documentation
For more information on contributing to our documentation, see the Documentation Contributing Guide