Skip to content

Commit f0fba36

Browse files
fix(scorer): fixed RL_TEST_CONTEXT to RL_SCORER_CONTEXT
1 parent b076bfa commit f0fba36

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_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
44
config_hash: 2363f563f42501d2b1587a4f64bdccaf

src/resources/scenarios/scorers.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)