enabled callout

This commit is contained in:
zachary62
2025-01-02 01:34:01 +00:00
parent 8d1313a8cc
commit a8c4720c2f
+6 -2
View File
@@ -22,8 +22,10 @@ We model the LLM workflow as a **Nested Directed Graph**:
<img src="https://github.com/zachary62/miniLLMFlow/blob/main/assets/minillmflow.jpg?raw=true" width="400"/>
</div>
> 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