File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed
Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change 11configured_endpoints : 18
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-31f4f80c7bc7bc150414e94e9ba4c423f0bce39b2334825bb36d5a4f61c696cb .yml
3- openapi_spec_hash : 60b7934ffcbb145ed11b57a1b76a465a
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-new-1026260efa52fedaf607c39ff711085971a8ce1b97cd7502de6cf70236860ea8 .yml
3+ openapi_spec_hash : b1e2a38aa0072bf09a9103961e764e65
44config_hash : 9b9291a6c872b063900a46386729ba3c
Original file line number Diff line number Diff line change @@ -71,17 +71,20 @@ class ResultDocument(BaseModel):
7171 created_at : datetime = FieldInfo (alias = "createdAt" )
7272 """Document creation date"""
7373
74+ updated_at : datetime = FieldInfo (alias = "updatedAt" )
75+ """Document last update date"""
76+
7477 metadata : Optional [Dict [str , object ]] = None
75- """Document metadata"""
78+ """Document metadata (only included when documents=true) """
7679
77- title : str
78- """Document title """
80+ summary : Optional [ str ] = None
81+ """Document summary (only included when summaries=true) """
7982
80- type : str
81- """Document type """
83+ title : Optional [ str ] = None
84+ """Document title (only included when documents=true) """
8285
83- updated_at : datetime = FieldInfo ( alias = "updatedAt" )
84- """Document last update date """
86+ type : Optional [ str ] = None
87+ """Document type (only included when documents=true) """
8588
8689
8790class Result (BaseModel ):
You can’t perform that action at this time.
0 commit comments