From ef66a75d5611485d28c8c36337b61d41bbb98d7f Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Wed, 27 Nov 2024 14:59:36 -0800 Subject: [PATCH] chore: add function calling to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2a8730..8b48706 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ PlanAI supports advanced features like: - Caching results with `CachedTaskWorker` - Joining multiple task results with `JoinedTaskWorker` - Integrating with various LLM providers (OpenAI, Ollama, etc.) +- Function calling for supported models - **Automatic Prompt Optimization**: Improve your LLMTaskWorker prompts using AI-driven optimization. [Learn more](PROMPT_OPTIMIZATION.md)