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