From 651015e6fa350bf5ac994f2e3bcd71af1077272a Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Fri, 7 Jun 2024 02:49:01 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 13998331..3dd7b5bd 100644 --- a/readme.md +++ b/readme.md @@ -3,7 +3,7 @@

- AI agent stdlib that works with any LLM and TypeScript AI SDK + AI agent stdlib that works with any LLM and TypeScript AI SDK.

@@ -42,9 +42,9 @@ const result = await weather.getCurrentWeather({ console.log(result) ``` -Or you can use them as LLM-based tools where the LLM decides when and how to invoke the underlying functions for you. +Or you can use these clients as LLM-based tools where the LLM decides when and how to invoke the underlying functions for you. -This works across all of the major AI SDKs via adaptors. Here's an example using [Vercel's AI SDK](https://github.com/vercel/ai): +**This works across all of the major AI SDKs via adaptors**. Here's an example using [Vercel's AI SDK](https://github.com/vercel/ai): ```ts // sdk-specific imports