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