Skip to content

Commit 012ce04

Browse files
authored
[Docs] Respond in Structured Format (#165)
1 parent 5cd26b2 commit 012ce04

File tree

3 files changed

+493
-0
lines changed

3 files changed

+493
-0
lines changed

docs/docs/how-tos/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ The following examples are useful especially if you are used to LangChain's Agen
2727

2828
- [Force calling a tool first](force-calling-a-tool-first.ipynb): Define a fixed workflow before ceding control to the ReAct agent
2929
- [Dynamic direct return](dynamically-returning-directly.ipynb): Let the LLM decide whether the graph should finish after a tool is run or whether the LLM should be able to review the output and keep going
30+
- [Respond in structured format](respond-in-format.ipynb): Let the LLM use tools or populate schema to provide the user. Useful if your agent should generate structured content

docs/mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ nav:
9595
- "how-tos/human-in-the-loop.ipynb"
9696
- "how-tos/force-calling-a-tool-first.ipynb"
9797
- "how-tos/dynamically-returning-directly.ipynb"
98+
- "how-tos/respond-in-format.ipynb"
9899
- "Conceptual Guides":
99100
- "concepts/index.md"
100101
- "Reference":

0 commit comments

Comments
 (0)