enabled callout

This commit is contained in:
zachary62 2025-01-02 01:23:15 +00:00
parent 1a0d1e5fdc
commit 9e4c7237cc
1 changed files with 1 additions and 1 deletions

View File

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