Skip to content

Commit

Permalink
feat(api): update via SDK Studio (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored and meorphis committed Jun 25, 2024
1 parent 3280a14 commit 44c4038
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/resources/evaluations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<EvaluationDeleteResponse> {
return this._client.delete(`/sdk/v1/evaluations/${id}`, options);
Expand Down

0 comments on commit 44c4038

Please sign in to comment.