File tree Expand file tree Collapse file tree
tests/api-resources/agent Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 22
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-bnavetta%2Fwarp-api-f5a88aa4f1991447272228b7024ebfbec99d31706b8806058917a3f90dd39d00 .yml
3- openapi_spec_hash : 1952fae99172f1adaf35d800b0d63936
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/warp-bnavetta%2Fwarp-api-c115a70d043bb17e7591b51464aa8666f7124fb137334d422a4281b1d9ee373f .yml
3+ openapi_spec_hash : 66546de6547990d8367b531ab9e0302a
44config_hash : 44a1e8f98607a5cf03815a63bae63453
Original file line number Diff line number Diff line change @@ -345,6 +345,8 @@ export interface RunItem {
345345 */
346346 execution_location ?: 'LOCAL' | 'REMOTE' ;
347347
348+ executor ?: AgentAPI . UserProfile ;
349+
348350 /**
349351 * Whether the sandbox environment is currently running
350352 */
@@ -655,6 +657,12 @@ export interface RunListParams extends RunsCursorPageParams {
655657 */
656658 execution_location ?: 'LOCAL' | 'REMOTE' ;
657659
660+ /**
661+ * Filter by the user or agent that executed the run. This will often be the same
662+ * as the creator, but not always: users may delegate tasks to agents.
663+ */
664+ executor ?: string ;
665+
658666 /**
659667 * Filter by model ID
660668 */
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ describe('resource runs', () => {
4646 cursor : 'cursor' ,
4747 environment_id : 'environment_id' ,
4848 execution_location : 'LOCAL' ,
49+ executor : 'executor' ,
4950 limit : 1 ,
5051 model_id : 'model_id' ,
5152 name : 'name' ,
You can’t perform that action at this time.
0 commit comments