This repository was archived by the owner on Aug 14, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
src/llama_stack_client/types Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 11configured_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
44config_hash : de16e52db65de71ac35adcdb665a74f5
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments