From d1b4be5bc8b3637c42f1c02c2d2260fe0359f5cf Mon Sep 17 00:00:00 2001 From: thedmail Date: Fri, 14 Feb 2025 15:03:43 -0800 Subject: [PATCH] docs: Fixes typo in api-stability.md (#1993) --- docs/api-stability.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api-stability.md b/docs/api-stability.md index 4be9eec74..8ecc374fa 100644 --- a/docs/api-stability.md +++ b/docs/api-stability.md @@ -12,7 +12,7 @@ been declared stable. The beta channel may include breaking changes on ## Using the Stable Channel -To use the stable channel of Genkit, import from the standard `"genkit"` +To use the stable channel of Genkit, import from the standard `"genkit"` entrypoint: ```ts @@ -51,4 +51,4 @@ for beta features. You can modify your existing dependency string by changing along with persistent sessions that store both conversation history and an arbitrary state object. - **[Interrupts](interrupts):** special tools that can pause generation for - human-in-the-loop feedback, out-of-band processing, and more. \ No newline at end of file + human-in-the-loop feedback, out-of-band processing, and more.