enabled callout

This commit is contained in:
zachary62 2025-01-02 01:17:55 +00:00
parent f3617ceafb
commit a4ff180c37
1 changed files with 1 additions and 7 deletions

View File

@ -40,14 +40,8 @@ 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