enabled callout

This commit is contained in:
zachary62 2025-01-02 01:09:55 +00:00
parent 2d1116add6
commit 2d9d1c16a1
1 changed files with 2 additions and 1 deletions

View File

@ -40,8 +40,9 @@ 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. Example implementations are provided as reference.
{: .warning }
We do not provide built-in implementation for low-level details. Example implementations are provided as reference.
## High-Level Paradigm