From 135a17499718c3a52908f4122d77730e83c4e8d1 Mon Sep 17 00:00:00 2001 From: Jason Date: Sun, 23 Jul 2023 02:20:02 +0800 Subject: [PATCH] add quote --- examples/citation_with_extraction/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/citation_with_extraction/main.py b/examples/citation_with_extraction/main.py index 87441a1..618dd9c 100644 --- a/examples/citation_with_extraction/main.py +++ b/examples/citation_with_extraction/main.py @@ -20,6 +20,8 @@ class SubResponse(BaseModel): If there are multiple phrases with difference citations. Each one should be its own object. make sure to break them apart such that each one only uses a set of sources that are relevant to it. + + When possible return `substring_quote` before the `body`. """ body: str = Field(..., description="Body of the sentences, as part of a response")