Skip to content

Commit 9ed091b

Browse files
feat(api): update via SDK Studio (#85)
1 parent bff332d commit 9ed091b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
configured_endpoints: 21
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/prompt-foundry%2Fprompt-foundry-sdk-76965b70101e6e81e5df68d5ffbd5f5fbf9c164782e9acbd2e60b6aebbb49274.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/prompt-foundry%2Fprompt-foundry-sdk-d6d4277989f241a4bd261493b475e6bd1e3b90978064575503a1ce2ff0ed1324.yml

src/resources/evaluations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export class Evaluations extends APIResource {
3131
}
3232

3333
/**
34-
* Delete an evaluation by ID.
34+
* Delete a evaluation by ID.
3535
*/
3636
delete(id: string, options?: Core.RequestOptions): Core.APIPromise<EvaluationDeleteResponse> {
3737
return this._client.delete(`/sdk/v1/evaluations/${id}`, options);

0 commit comments

Comments
 (0)