From a8c4720c2f1b07f9a5c8b2a806b8cf276b1b9255 Mon Sep 17 00:00:00 2001 From: zachary62 Date: Thu, 2 Jan 2025 01:34:01 +0000 Subject: [PATCH] enabled callout --- docs/index.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 6eb62a0..7099c1f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -22,8 +22,10 @@ We model the LLM workflow as a **Nested Directed Graph**: -> Have questions? Chat with [AI Assistant](https://chatgpt.com/g/g-677464af36588191b9eba4901946557b-mini-llm-flow-assistant) + {: .note } +> Have questions? Chat with [AI Assistant](https://chatgpt.com/g/g-677464af36588191b9eba4901946557b-mini-llm-flow-assistant) + ## Core Abstraction @@ -40,8 +42,10 @@ 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 + {: .warning } +> We do not provide built-in implementation for low-level details. Example implementations are provided as reference. + ## High-Level Paradigm