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