From 59c785c7fb2ee235c2489e80c6fb64fbfd20b050 Mon Sep 17 00:00:00 2001 From: zachary62 Date: Mon, 17 Mar 2025 12:38:55 -0400 Subject: [PATCH] update utility --- docs/index.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 04940b9..deaa59e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -49,7 +49,7 @@ From there, it’s easy to implement popular design patterns: ## Utility Function -We **do not** provide built-in utilities. Instead, we offer *example* implementations—please *implement your own*. +We **do not** provide built-in utilities. Instead, we offer *examples*—please *implement your own*. - [LLM Wrapper](./utility_function/llm.md) - [Viz and Debug](./utility_function/viz.md) @@ -64,4 +64,6 @@ We **do not** provide built-in utilities. Instead, we offer *example* implementa - *Flexibility*: You may want to switch vendors, use fine-tuned models, or run them locally. - *Optimizations*: Prompt caching, batching, and streaming are easier without vendor lock-in. -## Ready to build your Apps? [Learn Agentic Coding!](./guide.md) +## Ready to build your Apps? + +Check out [Agentic Coding Guidance](./guide.md), the fastest way to develop LLM projects with Pocket Flow!