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

Commit 1f8b267

Browse files
feat(api): update via SDK Studio
1 parent 947169b commit 1f8b267

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
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-67fee1dea768fe8b68be4b3f53dad81ecba7e4746803410f2eda47432239ab9c.yml
3-
openapi_spec_hash: 9e7ad87c8aee1f0d9657c021c609eac6
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/llamastack%2Fllama-stack-client-1c5bc84a8d003bb986b2cc2a7bb6a5232ab0514469a7f67ddbf58c06de248a03.yml
3+
openapi_spec_hash: ad377dd848973abb656ca35f5fdc93df
44
config_hash: e67fd054e95c1e82f78f4b834e96bb65

src/llama_stack_client/types/create_response.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,7 @@ class Result(BaseModel):
2222
"""
2323

2424
category_scores: Optional[Dict[str, float]] = None
25-
"""A list of the categories along with their scores as predicted by model.
26-
27-
Required set of categories that need to be in response - violence -
28-
violence/graphic - harassment - harassment/threatening - hate -
29-
hate/threatening - illicit - illicit/violent - sexual - sexual/minors -
30-
self-harm - self-harm/intent - self-harm/instructions
31-
"""
25+
"""A list of the categories along with their scores as predicted by model."""
3226

3327
user_message: Optional[str] = None
3428

0 commit comments

Comments
 (0)