From e044b9b760b1532a2d6ff2f9cc1032e92431dc4d Mon Sep 17 00:00:00 2001 From: stainless-bot Date: Mon, 24 Jun 2024 21:33:19 +0000 Subject: [PATCH] feat(api): update via SDK Studio --- .stats.yml | 2 +- src/resources/evaluations.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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);