diff --git a/.stats.yml b/.stats.yml index f33cb0c..19776cc 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,2 +1,2 @@ configured_endpoints: 21 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/prompt-foundry%2Fprompt-foundry-sdk-76965b70101e6e81e5df68d5ffbd5f5fbf9c164782e9acbd2e60b6aebbb49274.yml +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/prompt-foundry%2Fprompt-foundry-sdk-d6d4277989f241a4bd261493b475e6bd1e3b90978064575503a1ce2ff0ed1324.yml diff --git a/src/resources/evaluations.ts b/src/resources/evaluations.ts index a374fca..e3e9bf0 100644 --- a/src/resources/evaluations.ts +++ b/src/resources/evaluations.ts @@ -31,7 +31,7 @@ export class Evaluations extends APIResource { } /** - * Delete an evaluation by ID. + * Delete a evaluation by ID. */ delete(id: string, options?: Core.RequestOptions): Core.APIPromise { return this._client.delete(`/sdk/v1/evaluations/${id}`, options);