rename details to utility

This commit is contained in:
zachary62 2025-02-20 18:48:54 -05:00
parent 087564264e
commit ba3f604590
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ We model the LLM workflow as a **Nested Directed Graph**:
- [(Advanced) Async](./async.md) - [(Advanced) Async](./async.md)
- [(Advanced) Parallel](./parallel.md) - [(Advanced) Parallel](./parallel.md)
## Low-Level Details ## Utility Functions
- [LLM Wrapper](./llm.md) - [LLM Wrapper](./llm.md)
- [Tool](./tool.md) - [Tool](./tool.md)
@ -48,7 +48,7 @@ We model the LLM workflow as a **Nested Directed Graph**:
{: .warning } {: .warning }
## High-Level Paradigm ## Design Paradigm
- [Structured Output](./structure.md) - [Structured Output](./structure.md)
- [Task Decomposition](./decomp.md) - [Task Decomposition](./decomp.md)