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")