mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
add quote
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user