From 0f389bd1428c6d3923edd09123af4a030a4b9b2a Mon Sep 17 00:00:00 2001 From: Jason Liu Date: Wed, 20 Mar 2024 17:58:07 -0400 Subject: [PATCH] doc: add hint on anthropic.md --- docs/blog/posts/anthropic.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/blog/posts/anthropic.md b/docs/blog/posts/anthropic.md index db04288..97c4552 100644 --- a/docs/blog/posts/anthropic.md +++ b/docs/blog/posts/anthropic.md @@ -15,6 +15,10 @@ For those eager to experiment, simply patch the client with `ANTHROPIC_TOOLS`, w pip install instructor[anthropic] ``` +!!! warning "Missing Features" + + Just want to acknowledge that we know that we are missing partial streaming and some better re-asking support for XML. We are working on it and will have it soon. + ```python from pydantic import BaseModel from typing import List