mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-09-10 03:37:51 +02:00
Extraction with Retries (#426)
This commit is contained in:
@@ -30,4 +30,8 @@ The following examples are useful especially if you are used to LangChain's Agen
|
||||
|
||||
### Alternative ways to define State
|
||||
|
||||
- [Pydantic State](state-model.ipynb): Use a pydantic model as your state
|
||||
- [Pydantic State](state-model.ipynb): Use a pydantic model as your state
|
||||
|
||||
### Structured Output
|
||||
|
||||
- [Extraction with Re-prompting](./extraction/retries.ipynb): how to generate complex nested schemas using JSONPatch retries, for when function calling is insufficient, and regular reprompting still fails to generate valid results.
|
||||
Reference in New Issue
Block a user