Skip to content

Commit 54a3cd8

Browse files
feat(api): update via SDK Studio (#65)
1 parent d1e0453 commit 54a3cd8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.stats.yml

+1-1
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-d6d4277989f241a4bd261493b475e6bd1e3b90978064575503a1ce2ff0ed1324.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/prompt-foundry%2Fprompt-foundry-sdk-76965b70101e6e81e5df68d5ffbd5f5fbf9c164782e9acbd2e60b6aebbb49274.yml

src/prompt_foundry_python_sdk/resources/evaluations.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def delete(
163163
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
164164
) -> EvaluationDeleteResponse:
165165
"""
166-
Delete a evaluation by ID.
166+
Delete an evaluation by ID.
167167
168168
Args:
169169
extra_headers: Send extra headers
@@ -351,7 +351,7 @@ async def delete(
351351
timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
352352
) -> EvaluationDeleteResponse:
353353
"""
354-
Delete a evaluation by ID.
354+
Delete an evaluation by ID.
355355
356356
Args:
357357
extra_headers: Send extra headers

0 commit comments

Comments
 (0)