From f3999bffd6987cdc3a589fad8dea7505c106170f Mon Sep 17 00:00:00 2001 From: zachary62 Date: Thu, 2 Jan 2025 00:44:46 +0000 Subject: [PATCH] enabled callout --- docs/_config.yml | 8 +++++++- docs/index.md | 2 ++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/_config.yml b/docs/_config.yml index 1ba1cdc..6bc44a7 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -21,4 +21,10 @@ mermaid: version: "9.1.3" # Pick the version you want # Default configuration config: | - directionLR \ No newline at end of file + directionLR + +callouts: + enabled: true + warning: + title: Warning + color: red \ No newline at end of file diff --git a/docs/index.md b/docs/index.md index ca6a1ce..a0a788f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,6 +17,8 @@ We model the LLM workflow as a **Nested Directed Graph**: - **Batch** Nodes/Flows for data-intensive tasks. - **Async** Nodes/Flows allow waits or **Parallel** execution +Have questions? Chat with [AI Assistant](https://chatgpt.com/g/g-677464af36588191b9eba4901946557b-mini-llm-flow-assistant) +