Skip to content

Commit df43a42

Browse files
fix(scorer): fixed RL_TEST_CONTEXT to RL_SCORER_CONTEXT
1 parent 1c9c346 commit df43a42

5 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/runloop_api_client/types/scenarios/scorer_create_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class ScorerCreateResponse(BaseModel):
1010
"""ID for the scenario scorer."""
1111

1212
bash_script: str
13-
"""Bash script that takes in $RL_TEST_CONTEXT as env variable and runs scoring."""
13+
"""Bash script that takes in $RL_SCORER_CONTEXT as env variable and runs scoring."""
1414

1515
type: str
1616
"""Name of the type of scenario scorer."""

src/runloop_api_client/types/scenarios/scorer_list_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class ScorerListResponse(BaseModel):
1010
"""ID for the scenario scorer."""
1111

1212
bash_script: str
13-
"""Bash script that takes in $RL_TEST_CONTEXT as env variable and runs scoring."""
13+
"""Bash script that takes in $RL_SCORER_CONTEXT as env variable and runs scoring."""
1414

1515
type: str
1616
"""Name of the type of scenario scorer."""

src/runloop_api_client/types/scenarios/scorer_retrieve_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class ScorerRetrieveResponse(BaseModel):
1010
"""ID for the scenario scorer."""
1111

1212
bash_script: str
13-
"""Bash script that takes in $RL_TEST_CONTEXT as env variable and runs scoring."""
13+
"""Bash script that takes in $RL_SCORER_CONTEXT as env variable and runs scoring."""
1414

1515
type: str
1616
"""Name of the type of scenario scorer."""

src/runloop_api_client/types/scenarios/scorer_update_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class ScorerUpdateResponse(BaseModel):
1010
"""ID for the scenario scorer."""
1111

1212
bash_script: str
13-
"""Bash script that takes in $RL_TEST_CONTEXT as env variable and runs scoring."""
13+
"""Bash script that takes in $RL_SCORER_CONTEXT as env variable and runs scoring."""
1414

1515
type: str
1616
"""Name of the type of scenario scorer."""

0 commit comments

Comments
 (0)