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

release: 0.3.0-alpha.1 #25

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.18-alpha.2"
".": "0.3.0-alpha.1"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 106
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/llamastack%2Fllama-stack-client-7c002d994b96113926e24a0f99ff80a52b937481e383b584496087ecdc2d92d6.yml
openapi_spec_hash: e9c825e9199979fc5f754426a1334499
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/llamastack%2Fllama-stack-client-1c5bc84a8d003bb986b2cc2a7bb6a5232ab0514469a7f67ddbf58c06de248a03.yml
openapi_spec_hash: ad377dd848973abb656ca35f5fdc93df
config_hash: e67fd054e95c1e82f78f4b834e96bb65
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.3.0-alpha.1 (2025-08-13)

Full Changelog: [v0.2.18-alpha.2...v0.3.0-alpha.1](https://github.com/llamastack/llama-stack-client-python/compare/v0.2.18-alpha.2...v0.3.0-alpha.1)

### Features

* **api:** update via SDK Studio ([1f8b267](https://github.com/llamastack/llama-stack-client-python/commit/1f8b2677361ad2a5c75f071d99622754d0fa34a7))

## 0.2.18-alpha.2 (2025-08-12)

Full Changelog: [v0.2.18-alpha.1...v0.2.18-alpha.2](https://github.com/llamastack/llama-stack-client-python/compare/v0.2.18-alpha.1...v0.2.18-alpha.2)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "llama_stack_client"
version = "0.2.18-alpha.2"
version = "0.3.0-alpha.1"
description = "The official Python library for the llama-stack-client API"
dynamic = ["readme"]
license = "MIT"
Expand Down
8 changes: 1 addition & 7 deletions src/llama_stack_client/types/create_response.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,7 @@ class Result(BaseModel):
"""

category_scores: Optional[Dict[str, float]] = None
"""A list of the categories along with their scores as predicted by model.

Required set of categories that need to be in response - violence -
violence/graphic - harassment - harassment/threatening - hate -
hate/threatening - illicit - illicit/violent - sexual - sexual/minors -
self-harm - self-harm/intent - self-harm/instructions
"""
"""A list of the categories along with their scores as predicted by model."""

user_message: Optional[str] = None

Expand Down
Loading