Skip to content

Commit b147b0a

Browse files
stainless-app[bot]meorphis
authored andcommitted
feat(api): update via SDK Studio (#65)
1 parent c179b76 commit b147b0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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-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

Lines changed: 2 additions & 2 deletions
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)