update doc

This commit is contained in:
zachary62 2025-01-25 16:02:59 +00:00
parent 397a5bdc8b
commit 34c35ec9d4
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -1,6 +1,6 @@
---
layout: default
title: "Visualization and Debugging"
title: "Viz and Debug"
parent: "Details"
nav_order: 3
---