Skip to content
This repository was archived by the owner on Aug 14, 2025. It is now read-only.

Commit afda79e

Browse files
feat(api): update via SDK Studio
1 parent 4fff100 commit afda79e

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 106
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/llamastack%2Fllama-stack-client-f59f1c7d33001d60b5190f68aa49eacec90f05dbe694620b8916152c3922051d.yml
3-
openapi_spec_hash: 804edd2e834493906dc430145402be3b
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/llamastack%2Fllama-stack-client-c371abef4463f174f8d35ef3da4697fae5eb221db615f9c305319196472f313b.yml
3+
openapi_spec_hash: d9bb62faf229c2c2875c732715e9cfd1
44
config_hash: de16e52db65de71ac35adcdb665a74f5

src/resources/moderations.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,7 @@ export namespace CreateResponse {
5555
category_applied_input_types?: { [key: string]: Array<string> };
5656

5757
/**
58-
* A list of the categories along with their scores as predicted by model. Required
59-
* set of categories that need to be in response - violence - violence/graphic -
60-
* harassment - harassment/threatening - hate - hate/threatening - illicit -
61-
* illicit/violent - sexual - sexual/minors - self-harm - self-harm/intent -
62-
* self-harm/instructions
58+
* A list of the categories along with their scores as predicted by model.
6359
*/
6460
category_scores?: { [key: string]: number };
6561

0 commit comments

Comments
 (0)