@@ -99,7 +99,7 @@ def update(
99
99
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
100
100
) -> Evaluation :
101
101
"""
102
- Update a evaluation by ID.
102
+ Update an evaluation by ID.
103
103
104
104
Args:
105
105
appended_messages: The messages to append to the completion messages when running the evaluation.
@@ -163,7 +163,7 @@ def delete(
163
163
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
164
164
) -> EvaluationDeleteResponse :
165
165
"""
166
- Delete a evaluation by ID.
166
+ Delete an evaluation by ID.
167
167
168
168
Args:
169
169
extra_headers: Send extra headers
@@ -196,7 +196,7 @@ def get(
196
196
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
197
197
) -> Evaluation :
198
198
"""
199
- Retrieve a evaluation by ID
199
+ Retrieve an evaluation by ID
200
200
201
201
Args:
202
202
extra_headers: Send extra headers
@@ -287,7 +287,7 @@ async def update(
287
287
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
288
288
) -> Evaluation :
289
289
"""
290
- Update a evaluation by ID.
290
+ Update an evaluation by ID.
291
291
292
292
Args:
293
293
appended_messages: The messages to append to the completion messages when running the evaluation.
@@ -351,7 +351,7 @@ async def delete(
351
351
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
352
352
) -> EvaluationDeleteResponse :
353
353
"""
354
- Delete a evaluation by ID.
354
+ Delete an evaluation by ID.
355
355
356
356
Args:
357
357
extra_headers: Send extra headers
@@ -384,7 +384,7 @@ async def get(
384
384
timeout : float | httpx .Timeout | None | NotGiven = NOT_GIVEN ,
385
385
) -> Evaluation :
386
386
"""
387
- Retrieve a evaluation by ID
387
+ Retrieve an evaluation by ID
388
388
389
389
Args:
390
390
extra_headers: Send extra headers
0 commit comments