From 9e4c7237cca75e5337b3dfa9677432cee53e0131 Mon Sep 17 00:00:00 2001 From: zachary62 Date: Thu, 2 Jan 2025 01:23:15 +0000 Subject: [PATCH] enabled callout --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 68e3922..6eb62a0 100644 --- a/docs/index.md +++ b/docs/index.md @@ -40,7 +40,7 @@ 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. +> We do not provide built-in implementation for low-level details {: .warning } ## High-Level Paradigm