From 2d9d1c16a1e4a3b4aba703414bfe4620451bb202 Mon Sep 17 00:00:00 2001 From: zachary62 Date: Thu, 2 Jan 2025 01:09:55 +0000 Subject: [PATCH] enabled callout --- docs/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 68e3922..da66a0e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -40,8 +40,9 @@ We model the LLM workflow as a **Nested Directed Graph**: - [LLM Wrapper](./llm.md) - [Tool](./tool.md) -> We do not provide built-in implementation for low-level details. Example implementations are provided as reference. {: .warning } +We do not provide built-in implementation for low-level details. Example implementations are provided as reference. + ## High-Level Paradigm