enabled callout

This commit is contained in:
zachary62 2025-01-02 01:06:11 +00:00
parent 59608b6e99
commit 2d1116add6
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ We model the LLM workflow as a **Nested Directed Graph**:
- [LLM Wrapper](./llm.md) - [LLM Wrapper](./llm.md)
- [Tool](./tool.md) - [Tool](./tool.md)
> We do not provide implementation for low-level details > We do not provide built-in implementation for low-level details. Example implementations are provided as reference.
{: .note } {: .warning }
## High-Level Paradigm ## High-Level Paradigm