Extraction with Retries (#426)

This commit is contained in:
William FH
2024-05-13 23:58:40 -07:00
committed by GitHub
parent f146668735
commit 7092e230c0
4 changed files with 1174 additions and 1 deletions
+1
View File
@@ -27,6 +27,7 @@ _MANUAL = {
"branching.ipynb",
"dynamically-returning-directly.ipynb",
"configuration.ipynb",
"extraction/retries.ipynb",
],
"tutorials": [
"introduction.ipynb",
+5 -1
View File
@@ -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.
+2
View File
@@ -143,6 +143,8 @@ nav:
- "Managing Agent Steps": how-tos/managing-agent-steps.ipynb
- Alternative State Definitions:
- "Pydantic State": how-tos/state-model.ipynb
- Structured Output:
- "Extraction with Re-prompting": how-tos/extraction/retries.ipynb
- 'Conceptual Guides':
- 'concepts/index.md'
- Reference:
File diff suppressed because it is too large Load Diff