fix cases

This commit is contained in:
zachary62
2025-01-06 02:57:10 +00:00
parent 6bbdc6d532
commit 7b85c37b57
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ A **Node** is the smallest building block of Mini LLM Flow. Each Node has 3 step
2. `exec(prep_res)`
- The **main execution** step, with optional retries and error handling (below).
- Examples: *primarily for LLMs, but can also for remote APIs*
- Examples: *primarily for LLMs, but can also for remote APIs*.
- ⚠️ If retries enabled, ensure idempotent implementation.
- Returns `exec_res`, which is passed to `post()`.