File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 16
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-ad1692cfae7a00899ce6af1fd56b8294e5fd17d772a154a1671ff76c6ae623a9 .yml
3- openapi_spec_hash : 007d1c70c133a31305c06a62d0319aee
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-27b76a54c3e4c0dfb0030b8b01cae4e9e2e1cd83c6d3f5979e8ee786aa08cdfc .yml
3+ openapi_spec_hash : 5b4879301983da24acb6d78e589c83ed
44config_hash : be10c837d5319a33f30809a3ec223caf
Original file line number Diff line number Diff line change @@ -46,6 +46,9 @@ class Result(BaseModel):
4646 updated_at : datetime = FieldInfo (alias = "updatedAt" )
4747 """Document last update date"""
4848
49+ content : Optional [str ] = None
50+ """Full document content (only included when includeFullDocs=true)"""
51+
4952 summary : Optional [str ] = None
5053 """Document summary"""
5154
You can’t perform that action at this time.
0 commit comments