From ba3f6045902752e5c4c7d6c835cc16791dcdb7b6 Mon Sep 17 00:00:00 2001 From: zachary62 Date: Thu, 20 Feb 2025 18:48:54 -0500 Subject: [PATCH] rename details to utility --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index fa2986e..50a0ad3 100644 --- a/docs/index.md +++ b/docs/index.md @@ -37,7 +37,7 @@ We model the LLM workflow as a **Nested Directed Graph**: - [(Advanced) Async](./async.md) - [(Advanced) Parallel](./parallel.md) -## Low-Level Details +## Utility Functions - [LLM Wrapper](./llm.md) - [Tool](./tool.md) @@ -48,7 +48,7 @@ We model the LLM workflow as a **Nested Directed Graph**: {: .warning } -## High-Level Paradigm +## Design Paradigm - [Structured Output](./structure.md) - [Task Decomposition](./decomp.md)