File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 32
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/writerai%2Fwriter-07dea48ea85e600712dcdfd99a688f6a9cb8dd1f56d0a06e0ab54fc8a98a89b1 .yml
3- openapi_spec_hash : 0d30ab04c227bf53f3109dc4d861e5dc
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/writerai%2Fwriter-86cece3af9ac57e8d575e7e1a9fbb834f7ea6a635267ba6e1a87f277293d8e85 .yml
3+ openapi_spec_hash : 3e7e420d10e8ad4a68db3c0877e7c949
44config_hash : c0c9f57ab19252f82cf765939edc61de
Original file line number Diff line number Diff line change @@ -117,6 +117,12 @@ export interface FileRetryResponse {
117117}
118118
119119export interface FileListParams extends CursorPageParams {
120+ /**
121+ * The extensions of the files to retrieve. Separate multiple extensions with a
122+ * comma. For example: `pdf,jpg,docx`.
123+ */
124+ file_type ?: string ;
125+
120126 /**
121127 * The unique identifier of the graph to which the files belong.
122128 */
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ describe('resource files', () => {
3737 {
3838 after : 'after' ,
3939 before : 'before' ,
40+ file_type : 'file_type' ,
4041 graph_id : '182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e' ,
4142 limit : 0 ,
4243 order : 'asc' ,
You can’t perform that action at this time.
0 commit comments