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) +