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 : 94
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-ae41f8669a7ba1eec677634573b55bace4dedcf7027e0c1fee503d7c44472e3e .yml
3- openapi_spec_hash : 9a3c12559ec74a00adffe7b254757903
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/runloop-ai%2Frunloop-c15740e10009ccfaf6cb6ae4463496618c05d033bdd779bf501f5afb0c05ffc9 .yml
3+ openapi_spec_hash : a08d1a45d83ed2956ab643d1c6c07a40
44config_hash : 2363f563f42501d2b1587a4f64bdccaf
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ export interface ScorerCreateResponse {
7979 id : string ;
8080
8181 /**
82- * Bash script that takes in $RL_TEST_CONTEXT as env variable and runs scoring.
82+ * Bash script that takes in $RL_SCORER_CONTEXT as env variable and runs scoring.
8383 */
8484 bash_script : string ;
8585
@@ -99,7 +99,7 @@ export interface ScorerRetrieveResponse {
9999 id : string ;
100100
101101 /**
102- * Bash script that takes in $RL_TEST_CONTEXT as env variable and runs scoring.
102+ * Bash script that takes in $RL_SCORER_CONTEXT as env variable and runs scoring.
103103 */
104104 bash_script : string ;
105105
@@ -119,7 +119,7 @@ export interface ScorerUpdateResponse {
119119 id : string ;
120120
121121 /**
122- * Bash script that takes in $RL_TEST_CONTEXT as env variable and runs scoring.
122+ * Bash script that takes in $RL_SCORER_CONTEXT as env variable and runs scoring.
123123 */
124124 bash_script : string ;
125125
@@ -139,7 +139,7 @@ export interface ScorerListResponse {
139139 id : string ;
140140
141141 /**
142- * Bash script that takes in $RL_TEST_CONTEXT as env variable and runs scoring.
142+ * Bash script that takes in $RL_SCORER_CONTEXT as env variable and runs scoring.
143143 */
144144 bash_script : string ;
145145
You can’t perform that action at this time.
0 commit comments