diff --git a/docs/index.md b/docs/index.md index d37584d..2d1e12c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -41,7 +41,7 @@ We model the LLM workflow as a **Nested Directed Graph**: - [LLM Wrapper](./llm.md) - [Tool](./tool.md) -- [Visualization and Debugging](./viz.md) +- [Viz and Debug](./viz.md) - Chunking > We do not provide built-in implementations. diff --git a/docs/viz.md b/docs/viz.md index 7292c71..cde1494 100644 --- a/docs/viz.md +++ b/docs/viz.md @@ -1,6 +1,6 @@ --- layout: default -title: "Visualization and Debugging" +title: "Viz and Debug" parent: "Details" nav_order: 3 ---