enabled callout

This commit is contained in:
zachary62 2025-01-02 01:16:01 +00:00
parent ef6086265f
commit f3617ceafb
1 changed files with 5 additions and 0 deletions

View File

@ -40,10 +40,15 @@ We model the LLM workflow as a **Nested Directed Graph**:
- [LLM Wrapper](./llm.md) - [LLM Wrapper](./llm.md)
- [Tool](./tool.md) - [Tool](./tool.md)
{: .warning } {: .warning }
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. Example implementations are provided as reference.
## High-Level Paradigm ## High-Level Paradigm
- [Structured Output](./structure.md) - [Structured Output](./structure.md)